Unable to Reference After Protection
If you’re having trouble referencing your .dll file after protecting it with BitMono, follow these steps:
Keep an Original Copy: Always keep an original, unprotected copy of your
.dllfile. This will be used as a reference in your IDE or other tools.Protect the DLL: Use BitMono to protect your
.dllfile.Set Up Output Folder: In your output folder (e.g.,
Release\...), place the protected version of your.dllfile.
By following these steps, you can ensure that your project references the original .dll while deploying the protected version.