I get FatalExecutionEngineError when I debug a unit test with Resharper in visual studio

I keep getting this error message when I try to debug my project. The same code works on a college machine. I am currently using Windows 8.1 and resharper 8.2 and after a few initial methods as part of a selenium test. I am also using VMware workstation 10.0.4

FatalExecutionEngineError has occurred

Message: Managed Debugging Assistant 'FatalExecutionEngineError' has detected a problem in    
'C:\Program Files (x86)\JetBrains\ReSharper\v8.2\Bin\JetBrains.ReSharper.TaskRunner.CLR45.x64.exe'.

Additional information: The runtime has encountered a fatal error.
The address of the error was at 0x7d608056, on thread 0xfb8. The error code is 0xc0000005.
This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code.
Common sources of this bug include user marshaling errors for COM-interop or PInvoke,
which may corrupt the stack.

      

+3


source to share


2 answers


Try to stop the Re-Sharper plugin. If it starts working after disabling Re-Sharper from Visual Studio, uninstall and install re-sharpper.



0


source


When I disable breaking all exceptions in VS (Ctrl + Alt + E), debugging becomes available.



0


source







All Articles