即时调试器在编译期间抛出错误

问题描述:

我正在使用VS 2008.我有一个C#应用程序。即时调试器在编译期间抛出错误

当我尝试构建/运行项目时,由于某种原因,禁止我逐步执行发生异常的代码,从而打开JUST IN TIME调试器。

我该如何摆脱这个JUST IN TIME提示?

我没去工具=>选项 - >调试和残疾人JUST IN TIME,现在是给我的错误消息:发生在项目名称

未处理的win32异常。只是及时调试此异常失败,出现以下错误...基本上我想它试图及时打开

如何获得正常的编译器调试功能?

查阅以下MSDN文章:Just-In-Time Debugging。听起来就像你的情况一样,你可能想要确保你的注册表键已被删除。

此外,以下似乎是适合你的情况:

An unhandled win32 exception occurred in . Just-In-Time debugging this exception failed with the following error: The logged in user did not have access to debug the crashing application.

This message indicates that Just-In-Time debugging failed because you do not have proper access permissions. For information on the required permissions, see [Obsolete] Remote Debugging Permissions.