Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to Start Debugging. visual studio 2012 prompt after one time debug

I am getting this error "Unable to Start Debugging" in visual studio 2012.

I have also update the remote debugging sp2.

also uninstalled and reinstalled vs2012 and added sp. still facing the same issue.

My operating system is windows-8 64 bit.

Also tried to run in Administrator user still the same.

enter image description here

Unable to Start Debugging. visual studio 2012

like image 274
Francis Avatar asked Sep 27 '13 07:09

Francis


People also ask

How do you fix Visual Studio Cannot start debugging because the Debug target is missing?

Go to Build > Configuration Manager, and make sure the project has selected the Build. Then rebuild the project and see. If the answer is the right solution, please click "Accept Answer" and kindly upvote it.

How do I fix the Debug executable in Visual Studio?

Just go to File->Open->Project/Solution and browse to the .exe file. Like you would if it was a . sln file. Visual Studio will then open that EXE as a project.

How do I fix unable to start debugging on web server?

Restart your Application Pool. Check that your Web Application folder has the right permissions. Make sure that you give IIS_IUSRS, IUSR, or the specific user associated with the Application Pool read and execute rights for the Web Application folder. Fix the issue and restart your Application Pool.

How do you get to the next step in Debug mode in Visual Studio?

Navigate code in the debugger using step commands To start your app with the debugger attached, press F11 (Debug > Step Into). F11 is the Step Into command and advances the app execution one statement at a time.


1 Answers

Save your work, close Visual Studio then reopen your project

like image 64
Dumisani Avatar answered Oct 02 '22 16:10

Dumisani