views:

90

answers:

1

I'm working on an existing ASP.NET MVC 1 application in Visual Studio 2008. When I open a view about 10-20 seconds later I can't set the focus into Visual Studio. When I click with the mouse I get a system ding. Mouse wheel will scroll the source code window. Keyboard doesn't work, but the cursor is flashing.

Doing a few SO searches I found something similar and the suggestion was to: 1) clear the ngen cache 2) Install a patch that was mentioned by Phil Haack

I've done both of these but I'm still having trouble.

Any ideas or additional information that may be needed?

In addition to ASP.NET MVC I also have VisualSVN 1.7.7 and CodeRushXpress 9.3.2 installed

A: 

http://devermind.com/aspnet/visual-studio-2008-randomly-hangs-when-opening-aspx-ascx-or-master-files/

After uninstalling the “Microsoft Visual Studio Web authoring Component”, the problem seems have to have disappeared.

calca
That's interesting. Have you tried reinstalling it to see if the problem comes back? I ended up re-paving my computer to get VS2008 to work again. All components of everything work fine now. I'm sure it was just an old dirty beta component that didn't get cleaned up.
TheTodd
I only uninstalled this component and now vs2008 opening aspx pages without problem.
calca