Link to home
Start Free TrialLog in
Avatar of IISB
IISB

asked on

VS 2008 performance on external drives

I read an article which explains that you would get better performance by using an external hard drives to store your visual studio projects && The compile times are faster and increase your host computer performance too.

I have a fast computer but the compile times are longer and would like to get any ideas to improve the performance / reduce compile times. (FYI our solutions contains 50-60 projects)

Any comments is appreciated.

 
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

I will check if your antivirus program is interfering with your compilation timing. Put your solution folder on the exclusion antivirus  feature and compare.
ASKER CERTIFIED SOLUTION
Avatar of gokujames
gokujames

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You may also want to consider only re-compiling those projects that need to be recompiled.

If you made changes to only one project, simply "Rebuild" that one; assuming that you used "Project" references (and did not simply point to the .dll of another Project) it will know which dependencies need to be included in the process.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial