Speed up your Visual Studio 2008!

by admin on November 10, 2009

5 simple steps to improve speed of your old VS 2008 bro

  1. Install Visual Studio 2008 Service Pack 1. Download it here: http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en
  2. Remove unnecessary imported namespaces via “Project Properties”, “References tab”. Such imports significantly slow down the IDE.
  3. Change your project compilation to x86 only, if you don’t need x64. This will improve compilation speed. “Project Properties”, “Compile” tab, “Advanced Compile Options”.
  4. Install .NET Framework updates via Windows Update.
  5. Defragment your hard disk.

These four simple steps will make your Visual Studio 2008 fly!

{ 1 comment… read it below or add one }

rob curts January 22, 2010 at 1:36 pm

If you are using visual studio and you are working on mobile development then “platformverification” will slow down the visual studio compile and build time… recently vs2008 became 5x slower a small Tweak by making platformverification to false solved the problem

Leave a Comment

Previous post: Group Properties into Categories

Next post: PHP AjaXplorer: limit upload by file extension