Very Slow Visual Studio 6.0 IDE
Very Slow Visual Studio 6.0 IDE
I'm working on a large project with >100 .CPP and .H files and editing is very slow.
I figured out, that it could be the wizbar context tracking.
Does someone know how to disable the context tracking in the IDE?
Thanks in advance,
Martin Horst
Re: Very Slow Visual Studio 6.0 IDE
One possibility for the slowness is your .NCB file. It just keeps growing and growing and ...
Close your project, delete the file, and see if that helps.
Cheers!
Alvaro
Re: Very Slow Visual Studio 6.0 IDE
>I figured out, that it could be the wizard
>context tracking. Does someone know how to
>disable the context tracking in the IDE?
Go to menu Tools->Options. Select the
Editor page and uncheck boxes in the
"Statement Completion Options" section
at the bottom.
Re: Very Slow Visual Studio 6.0 IDE
Please see Q236399 HOWTO: Troubleshoot Visual C++ Performance Problems
Re: Very Slow Visual Studio 6.0 IDE
1 year ago, I disabled the option "Double click in the dialog editor edits code" option in the compatibility tab of the options dialog.I hided Wizardbar, deleted all the ncb. opt. and other unnecessary files,Restarted my computer and got a huge speed increase.