分享

The debugger is not properly installed. Run setup to install or repair the debugger.

 2lib 2011-04-21
Solution 1: Run the Visual Studio .NET Add / Remove feature from "Control Panel > Add or Remove Programs", by selecting the correct version of Visual Studio and clicking on "Change/Repair" button. In my case this solution did not fix the problem.
Solution 2: Reinstall .NET Framework debugging services.
Open command prompt
Type "cd /d %windir%\Microsoft.NET\Framework\"
regsvr32.exe mscordbi.dll
 
Unfortunately, this solution did not fix my problem either.
Solution 3: Manually register mdm.exe.
Open command prompt
Type "%CommonProgramFiles%\Microsoft Shared\VS7Debug\mdm.exe" /regserver
This solution did not work for me either.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多