views:

92

answers:

2

I can lunch debug session only once with VS2010 and ASP.NET MVC2. When i end first session and try to lunch another i can see...

"Unable to start debugging" - no other messages, I'm using Visual Studio Development Server instead of IIS, Windows 7 64-bits

I can add that few days ago i was working on Windows XP and everything was fine.

Does anyone have some conclusions?

A: 

I've noticed taht if i'll manually stop all WebServers (there are few services which i run locally) i can start debug session...

How can i fix those hanging web servers?? I'm not using IIS, i'm using build-in visual studio 2010 webserver

Simon
A: 

Noone wanted to help, but problem auto-magically dissapeared when:

  1. I've turned off Debug Edit and Continue option
  2. Turn on vs2010, run debug.
  3. turn off debug, shut down all lunched webServers (i had few of them for different services)
  4. Turn off VS2010
  5. Turn on VS2010.

After that everything works perfect.

Simon