InvalidProgramException Running Unit Test
- by Anthony Trudeau
There is a bug in the unit testing framework in Visual Studio 2010 with unit testing. The bug appears in a very special circumstance involving an internal generic type.
The bug causes the following exception to be thrown:
System.InvalidProgramException: JIT Compiler encountered an internal limitation.
This occurs under the following…