Tips for speeding up VS.NET 2003?

  • Thread starter Thread starter Mitchell Vincent
  • Start date Start date
M

Mitchell Vincent

I've finally started working in VS.NET most of the day and have a small
problem. It's *slow* on this 2.8 GHz P4 with a gig of RAM.

I only develop in VB.NET, so is there anything I might be able to strip
out or turn off to make things a bit quicker? Even saving a small 3 form
project takes 5 or 10 seconds (which is an eternity to sit here and wait
it seems).

Thanks!
 
Hi Mitchell,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to remove the unused features
on VS.NET. If there is any misunderstanding, please feel free to let me
know.

If you're only developing with VB.NET, you can try to remove other language
tools, such as C# and C++ and J#. You can also remove the other components
according to your needs.

But according the the hardware on your machine, it shouldn't be taking so
much time to open a project. There are a lot of things that might makes the
project open very slowly. For example, the original project might be
acquiring some resource from the network. So please try to create a new
project to see if it works fine

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top