调试我的MVC网站时,我看起来像是随机的SEHExceptions。我认为这与我的本地机器有关,因为它在服务器上运行良好。
System.Runtime.InteropServices.SEHException occurred
HResult=0x80004005
Message=External component has thrown an exception.
Source=mscorlib
StackTrace:
at Microsoft.Win32.Win32Native.CloseHandle(IntPtr handle)
at Microsoft.Win32.SafeHandles.SafeWaitHandle.ReleaseHandle()
at System.Runtime.InteropServices.SafeHandle.InternalFinalize()
at System.Runtime.InteropServices.SafeHandle.Dispose(Boolean disposing)
at System.Runtime.InteropServices.SafeHandle.Finalize()
以上是我从Visual Studio(2017)中获得的所有内容,当抛出异常时,它会崩溃localhost,我必须重新开始。有时我会设法测试我想要测试的内容,有时我会得到例外。
仅供参考 - 我已经看到了卸载任何Trusteer产品的建议,我没有安装任何此类应用程序。
编辑:此外,我刚刚注意到,当我右键单击MVC视图并选择“在浏览器中查看”时,不会发生这种情况。当我尝试通过按下开始调试按钮(带有播放箭头)来运行整个项目时,似乎只会发生这种情况。