Working in Visual Studio (2005 or 2008) on a networked drive - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T15:42:22Z http://stackoverflow.com/feeds/question/35194 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/35194/working-in-visual-studio-2005-or-2008-on-a-networked-drive 0 Working in Visual Studio (2005 or 2008) on a networked drive Sameer Alibhai 2008-08-29T20:08:23Z 2009-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#35221 1 Answer by Anders Sandvig for Working in Visual Studio (2005 or 2008) on a networked drive Anders Sandvig 2008-08-29T20:20:44Z 2008-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#35247 0 Answer by Brian Stewart for Working in Visual Studio (2005 or 2008) on a networked drive Brian Stewart 2008-08-29T20:34:22Z 2008-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>