Error:
For some reason, when I launch this application in the debugger using the normal Start Debugging command in Visual Studio, it launches, but it also produces the following warning:
Resolution:
Disable this option under Debug->Options->Suppress JIT optimization on module load (Managed only).
Sources:
https://stackoverflow.com/questions/38601643/error-you-are-debugging-a-release-build-of-x-dll
Comments