Working in Visual Studio (2005 or 2008) on a networked drive - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T15:42:22Zhttp://stackoverflow.com/feeds/question/35194http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/35194/working-in-visual-studio-2005-or-2008-on-a-networked-drive0Working in Visual Studio (2005 or 2008) on a networked driveSameer Alibhai2008-08-29T20:08:23Z2009-03-23T09:31:28Z
<p>Have you guys had any experiences (positive or negative) by placing your source code/solution on a network drive for Visual Studio 2005 or 2008? Please note I am not referring to placing your actual source control system on that drive, but rather your working folder.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/35194/working-in-visual-studio-2005-or-2008-on-a-networked-drive/35221#352211Answer by Anders Sandvig for Working in Visual Studio (2005 or 2008) on a networked driveAnders Sandvig2008-08-29T20:20:44Z2008-08-29T20:20:44Z<p>It works just fine. I have worked with source code from my "home" folder on many different systems (NFS, Samba, AD) and never had any problems. The only drawback is that you might experience somewhat longer compile times if your network is slow or there is much traffic on the network. Under normal circumstances this is not an issue though, since source code files are usually small and will be cached by the operating system anyway.</p>
http://stackoverflow.com/questions/35194/working-in-visual-studio-2005-or-2008-on-a-networked-drive/35247#352470Answer by Brian Stewart for Working in Visual Studio (2005 or 2008) on a networked driveBrian Stewart2008-08-29T20:34:22Z2008-08-29T20:34:22Z<p>Some folks in our company do that with their external dependencies, and they get occasional build errors, usually because a library or header can't be retrieved. When they rebuild again it all works. Of course the speed and traffic-level of your network would have a major effect on this.</p>