Trying to right click on code in VS2008 causes lockup.

Posted by Adam Haile on Stack Overflow See other posts from Stack Overflow or by Adam Haile
Published on 2010-03-31T13:17:11Z Indexed on 2010/03/31 13:23 UTC
Read the original article Hit count: 245

Working on a Win32 DLL using Visual Studio 2008 SP1 and, since yesterday, whenever I try to right click on code, to go to a variable definition for example, VS completely locks up and I have to manually kill the process. To make it even weirder, whenever this happens the devenv.exe process uses exactly 25% of the CPU. And I mean exactly, never 24%, never 26%, always 25%

Also, I've run ProcMon to see if devenv is actually doing something, but it's doing absolutely nothing external of the process. No disk, network, registry access. Nothing.

This is getting really aggravating because I have a large code base to deal with and the only other way of jumping to the definition is to first search for it.

Has anyone run into a similar issue? And, better yet, know a fix?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-studio