T O P I C R E V I E W |
Alexo |
Posted - May 14 2009 : 4:56:53 PM VS 2005 SP2 + VAX 1724
I noticed that Studio Doesn't stop updating IntelliSense. The status bar displays "Updating IntelliSense..." and the counter goes from about ~230 down, then jumps back up again and endlessly repeats. |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - May 14 2009 : 5:46:52 PM Intellisense is part of Visual Studio, and not Visual Assist, so I can give you limited help.
One possible reason for this problem can be a corrupt symbol database, so you can try exiting Visual Studio, then delete the .ncb file next to your .vcproj file, then restart VS. It will force intellisense to rebuild its database from scratch.
Another option is to turn off default intellisense completely: (it will not prevent Visual Assist from correct working since it uses its own separated parser and database)
http://docs.wholetomato.com?W133 |
|
|