Hi,
VS 2005 is taking a very very very long time to compile my C++ solution all of a sudden. I tried deleting the Intellisense DLL and deleting the .suo and .ncb files and that didn't help. Most of the time during my build Process Explorer shows almost all of the CPU time being spent in System Idle Process, so I have no idea what Visual Studio is wasting its time on.
Also, the "Team Manager" in Team System takes 8 years to update when you do anything. I tried the MS tip to disable "CMI" but it hasn't helped much.
Any ideas on how to speed things up?
edit: Not accessing stuff over network share. I had VSS integration on but I turned it off.
edit the second: Thanks for the help. Nothing really sticks out, I guess it's just a bad accumulation of stuff in VS. I'm just going to delete and reinstall VS 2005 and not install the Team Explorer stuff at all, hopefully that will help.