I have a Visual Studio 2010 solution in which I'm debugging two websites simultaneously. Not long after the debug is started and something throws an error, Visual Studio will freeze and I get the tray icon and message 'Visual studio is busy. Microsoft Visual Studio is waiting for an internal operation to complete. If you regularly encounter this delay during normal usage, please report this problem to Microsoft.' Sometimes I can Exit the iis express process through the tray icon and get Visual Studio to respond but sometimes I have to kill the iisexpress task.
I've attached the debugger from a different instance to the problem instance before the freeze and found nothing useful.
I attached two separate debugger instances to the two iisexpress processes and when I start to debug the site, the debuggers become automatically unattached to the iisexpress processes.
I found this article but the links seem to address asp.net 3.5 and mine are 4.0 projects.
Visual Studio 2010 hangs when starting asp.net site debugging
Is anyone else experiencing this and know a fix?