I have a Silverlight project (with ASP.net MVC web project)
Suddenly, when I press F5 it takes like 20 seconds, from the moment that Internet explorer opens, to when the debugger is attached. Mind you, it is a project that works perfectly since about 3 months. The problem just started last days.
When I start without debugging, everything runs just fine.
Any pointers on how to solve this?
edit: When I look at the output window, all it does is loading all the different assemblies, but one at a time at a painfully slow pace…
Also note that other project seem to start normally, even when debugging.
I had the same issue a few months ago I surfed around for hours, finding different solutions and finally the solution was really trivial – just click Debug -> Delete all breakpoints. For me it was weird, as I didn’t have any breakpoints I knew of… but it worked… I had removed them by hand but after selecting Delete all breakpoints from the menu it started to work ok again…
Hope it helps… because this is the most annoying problem I have ever had with VS 🙂