Need help on VSS VS2005
-
Hello, We have our project sitting in VSS whole togather on a different box like every body else has. Now when I got the latest version of the entire project folder to my D drive by setting up a working folder like D:/VSProjects/GroundingDemo where GroundingDemo is our project folder that I got from VSS. I can see my files under D:/VSProjects/GroundingDemo. When I double click the GroundingDemo.sln file it has no problem openening it in the VS 2005 and every thing looks good in VS 2005. But the thing is the moment when I double click the GroundingDemo.sln file its again creating another GroundingDemo folder under the GroundingDemo folder that was originally created under D:/VSProjects/GroundingDemo. i.e the newly created GroundingDemo is under D:/VSProjects/GroundingDemo/GroundingDemo. This is confusing when I close my VS 2005 and wanted to reopen it again. I might mistakenly open the newly created GroundingDemo folder to open the .sln file. I am pretty sure that some thing got messed up with my GroundingDemo.sln file. I am not sure if the information I have provided is enough but hope this gives a hint of whats going on . Here is my .sln file ****************************************************************************************************** Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "\\Ais2kdata2\userdocs\...\GroundingDemo\", "..\GroundingDemo", "{818D9FA4-5878-40FC-8C4B-A7287638BC95}" ProjectSection(WebsiteProperties) = preProject SccProjectName = ""$/GroundingDemo", AFAAAAAA" SccAuxPath = "" SccLocalPath = "." SccProvider = "MSSCCI:Microsoft Visual SourceSafe" Debug.AspNetCompiler.VirtualPath = "/GroundingDemo" Debug.AspNetCompiler.PhysicalPath = "..\GroundingDemo\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\GroundingDemo\" Debug.AspNetCompiler.Updateable = "true" Debug.AspNetCompiler.ForceOverwrite = "true" Debug.AspNetCompiler.FixedNames = "false" Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.VirtualPath = "/GroundingDemo" Release.AspNetCompiler.PhysicalPath = "..\GroundingDemo\" Release.AspNetCompiler.TargetPath = "PrecompiledWeb\GroundingDemo\" Release.AspNetCompiler.Updateable = "true" Release.AspNetCompiler.ForceOverwrite = "true" Release.AspNetCompiler.FixedNames = "false" Release.AspNetCompiler.Debug = "False" VWDPort = "4360" EndProjectSection EndProject Global GlobalSection(SourceCodeControl) = pr