3

当我尝试通过我的项目进行调试时,我不断收到此错误消息。相同的代码适用于大学机器。我目前使用 Windows 8.1 和 resharper 8.2,并在硒测试中使用了最初的几种方法。我也在使用 VMware 工作站 10.0.4

发生 FatalExecutionEngineError

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.
4

2 回答 2

0

尝试停止 Re-Sharper 插件。如果它在从 Visual Studio 禁用 Re-Sharper 后开始工作,则卸载并安装 re-sharper。

于 2014-11-10T10:56:03.627 回答
0

当我关闭 VS (Ctrl+Alt+E) 中所有异常的中断时,调试变得可用。

于 2015-08-11T11:02:04.710 回答