Reputation: 2345
I can launch debug session only once with VS2010 and ASP.NET MVC2. When I end the first session and try to launch another I can see...
"Unable to start debugging" - no other messages, I'm using Visual Studio Development Server instead of IIS, Windows 7 64-bit
I can add that few days ago I was working on Windows XP and everything was fine.
Does anyone have some conclusions?
Upvotes: 18
Views: 19833
Reputation: 2345
The problem auto-magically disappeared when:
After that everything works.
Upvotes: 19
Reputation: 329
I've had this problem twice now and it occurs when I change my password for my computer. I have to go into IIS and change the password on the application pool to match my new password.
Upvotes: 1
Reputation: 8599
Also encountered this issue when updated AnkhSVN(I don't believe that updating could cause this problem but I didn't do anything else except code editing).
Closing Development Servers seems solve this issue until next time.
Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel
Upvotes: 0