Error while trying to run project: unable to start debugging. The debugger is not properly installed.

Source: Internet
Author: User

Symptom: Error while trying to run project: unable to start debugging. The debugger is not properly installed. Run setup to install or repair the debugger.

 

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.