VS2005 Pro latest SP VSS2005 Win XP Pro SP2 I've been trying to force certain folder structure when getting a solution that contains a Web Site from SourceSafe with no success. The solution contains 16 projects + a nested "Library" solution folder that holds DLLs that the projects reference. This is the LOCAL FILE SYSTEM structure that we have (please note the DevelopmentWebsite folder - that's where the website is contained): MyOtherProjectsFolder - ---- ExternalProjectAFolder - ---- - ---- externalProjectA.csprj (C# project file) - ---- - ---- ExternalProjectSomeSubfolder - ---- - ---- - ---- classA.cs (some .cs files) - ---- - ---- ExternalProjectSomeOtherSubfolder - ---- - ---- - ---- interfaceA.cs (some more .cs files) - ---- ExternalProjectBFolder - ---- - ---- externalProjectA.csprj (C# project file) - ---- - ---- . . . MyParticularSolutionFolder - ---- MySolution.sln (the solution file) - ---- MyDBTierProjectsFolder - ---- MyBusinessLogicTierProjectsFolder - ---- MyWinFormsClientProjectFolder - ---- MyASP.NETClientProjectFolder - ---- - ---- Library (this is the reference folder that holds a bunch of .DLLs) - ---- - ---- Modules - ---- - ---- WebSites - ---- - ---- - ---- DevelopmentWebsite - ---- - ---- - ---- - ---- App_Code (folder) - ---- - ---- - ---- - ---- Bin (folder) - ---- - ---- - ---- - ---- myPageA.aspx Now, the Solution in VS2005 Solution Explorer uses Solution Folders to organize the projects exactly matching the file system structure. Each project has been added to SourceSafe The solution has also been added to SourceSafe The problem is that when I try to get that solution on another developer's machine (or under a different folder on my machine), the DevelopmentWebsite folder is created in the same folder where the .SLN file is created. everything else works fine and replicates the folder structure of the original solution. I tried matching SourceSafe folders to filesystem structure, tried manually (via SS client) setting the destination folder for the website with no success. How do I force "Open Existing Project from Source Safe" to replicate the folder structure for the Web Site. Thanks to everybody who can help here