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.