While debugging an application in Visual Studio, I encountered the following exception message:
“JIT Compiler encountered an internal limitation”
Woops, what’s that strange beast? I’ve never seen such an error before!
A search on the Internet brought me to the following bug on the Microsoft Connect site: https://connect.microsoft.com/VisualStudio/feedback/details/872506/jit-compiler-encountered-an-internal-limitation. But no solution yet…
However there is a workaround that ‘solved’ the problem for me; disable IntelliTrace. Although not a real solution in the long run, I was able to continue working…
If you have a better solution, please let me know!