Hi,
This is a result of windows update KB2742616 which changes the behaviour of the JIT while processing .NET 2.0-3.5 assemblies. The change introduces a functional constraint that clashes with the way that NCrunch instruments for performance analysis.
You can work around the issue in one of the following ways:
1. Upgrade to NCrunch 1.44, which was released a few hours ago to specifically address this issue
2. Uninstall the windows update (may require system restore, and probably not the best idea unless it was installed very recently)
3. Update the project(s) in question to use .NET 4.0, which doesn't seem to be affected by this change
4. Turn off the 'Analyse line execution times' for ALL the projects in your solution
More information is available at
http://blog.ncrunch.net/post/Windows-Update-KB2742616.aspxCheers,
Remco