W
Willy Denoyette [MVP]
Pål said:Hi,
I have used VS.NET 2005 for about 2 weeks now. Yesterday everything
started going extremly slow. Opening a project takes about 30 secunds
or more, and building a project takes even more time (this project took
3 secunds to build before).
When VS.NET 2005 is open, the harddrive read/writes all the time.
Does anybody have a soulution to my problem?
PBF
Try to find out why there is constant disk activity, this is probably the
reason for the slowdown.
Things to look at are how much system memory do you have available and how
much memory is taken by vstudio (devenv.exe).
Do you see any disk activity when you run VS without any project open?
Willy.