Re: Delay in visual 6.0 IDE
Hi- I had the problem you described, and thought it was caused by a 3rd party addon that I use (Visual Assist, recommended). It was not, though.
It turned out that only certain source files caused the delay. We have 7 projects linked w/ dependencies, with well over 600 files total. Some files caused a LONG delay; one was making me wait 8 seconds everytime I stopped typing.
Here's the solution that worked for me (don't laugh). For the files that were causing the trouble:
Edit/Select All
Cut
File/Save
Paste
File/Save
That's it. Apparently there was a database somewhere that was messed up, and by clearing the file out and forcing it to re-parse, it cleared up the problem. I had about 10 files that were affected, and after doing this to each one, the problem is gone.
Hope this helps in some way.
--mtnkodiak