It looks like you have:
- A sparkling virus scanner or external application that interacts with Visual Studio
- or, disgusting add-on / extension for Visual Studio
The easiest way to determine which of these two is to open the solution in safe mode, which you can make from the Visual Studio command line:
Setting environment for using Microsoft Visual Studio 2010 x86 tools. X:\>devenv /safemode \\unc\path\to\your\solution.sln
When you download your solution, all calls and whistles will be disabled.
If it is still slow, this is most likely not a problem with Visual Studio. Keep in mind that network resources and Windows rarely work together. Numerous trusted settings affect the behavior of files loaded from UNC paths.
This folder is cached by the client side of Windows , so this is not a VS problem.
source share