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.
Read More:
- Puppeteer Error: Chromium revision is not downloaded. Run “npm install“ or “yarn install“
- [Solved] Linux Start jar Error: nohup: failed to run command ‘java‘: No such file or directory
- [Solved] VScode powershell Run ts-node Error: Unable to load file xxxx…
- PLSQL even oracle11g problem on 64-bit machine: SQL*Net not properly installed and ORA-12154:TNS: cannot handle service name
- Tensorflow Run Error or the interface is stuck or report error: Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
- [Solved] “Failed to run kubelet“ err=“failed to run Kubelet: misconfiguration: kubelet cgroup driver: \“cgrou
- ROS Error: Roslaunch got a ‘No such file or directory‘ error while attempting to run xterm -e gdb –args
- [Solved] At least one of these environment variable is needed to run this program
- How to Solve Hyperf Failed to Start Error After Aliyun ACM Installed
- [Solved] python Connect hive to Install sasl Error: Building wheel for sasl (setup.py) … error
- [Solved] fatal error C1083: Could Not Open Unable to open include file:“stdint.h”: No such file or directory
- [Solved] Springboot project Create to start Error: APPLICATION FAILED TO START
- How to Solve Msys2/mingw64 Run cmake GUI Error
- [Solved] error: failed to run custom build command for `librocksdb-sys v6.17.3`
- [Solved] Android Studio Run Error: Error while executing: am start -n
- [Solved] Mac M1 Debug Error: could not launch process: can not run under Rosetta
- NUXT Run generate error: is not in cwd [How to Solve]
- The application could not be installed: INSTALL_FAILED_USER_RESTRICTED
- [Solved] Zabbix-server startup error: cannot start alert manager service: Cannot bind socket to “/var/run/zabbix/zabbix_server_alerter.sock”: [13] Permission denied.
- Unable to start embedded Tomcat [How to Solve]