I am using Visual Studio 2010 SP1 Ultimate, and some of my colleagues are using Visual Studio 2010 SP1 Professional. We have all installed code contracts. Is there anyway to prevent Visual Studio from crashing given the below scenarios?
We have found 2 out of 3 visual studio professional installations to crash in the following situation:
Contracts are defined in a class that is "bootstrapped" by WebActivator. Visual studio crashes when then opening an MVC 3 view with razor syntax (*.cshtml)
We have found Visual Studio Ultimate to crash in the following situation:
We have defined interface contracts that are tied to abstract concrete contract classes. Visual Studio crashes when commenting out the concrete classes but leaving the attribute on the associated interface and then compiling.