Whenever I stop debugging an ASP.NET IIS web application, it seems like it will take a very long time before VS2010 becomes responsive again (2 or 3 minutes). This happens when I close Internet Explorer 9 (which stops the debugging session), stops debugging in VS (which closes the browser) or when I disconnect the debugger from the debug menu (which leaves the browser open).
My CPU time for devenv.exe increases during this period to 25%. I am using a professional edition (without intellitrace). Starting without debugging is fine when I close the browser. I have add-ons and extensions installed as TestDriven.NET, Resharper, PowerCommands, Powerpower Tools, VisualSVN, ...
Any ideas what causes this nasty problem? What can I try and disable?
source
share