2012-04-26 115 views
0

我正在使用VS 2008.我有一個C#應用程序。即時調試器在編譯期間拋出錯誤

當我嘗試構建/運行項目時,由於某種原因,禁止我逐步執行發生異常的代碼,從而打開JUST IN TIME調試器。

我該如何擺脫這個JUST IN TIME提示?

我沒去工具=>選項 - >調試和殘疾人JUST IN TIME,現在是給我的錯誤消息:發生在項目名稱

未處理的win32異常。只是及時調試此異常失敗,出現以下錯誤...基本上我想它試圖及時打開

如何獲得正常的編譯器調試功能?

回答

0

查閱以下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.