I have an ASP.NET MVC application project, along with various other projects within a Visual Studio solution. The different projects use various versions of the NPoco library as follows:
I'm using Visual Studio 2015 Update 3 14.0.25422.01.
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:
If I press Continue Debugging, everything seems to still work as usual, including breakpoints.
This problem only started happening recently.
Disable this option under Debug->Options->Suppress JIT optimization on module load (Managed only).
A connect report submitted before:
Please also make sure that all projects are in debug mode, Optimize code was unchecked like this case: