我写了一个asp.net 网站程序,发现.sln 文件放在C:/Documents and settings/adminstrator/Mydocuments/Visual Studio 2005/projects 下,而其他的资源文件防在
建立项目时指定的文件夹下移动后,不能打开项目,本想把 二者放到一个文件夹下备份
望指教!多谢!

解决方案 »

  1.   

    你用edit plus 打开.sln 一切都明了了
      

  2.   

    没什么内容,就是 想备份一下作的东西
    还不明白,不知道该怎么 修改.sln ,然后把它们放在一个文件夹下
      

  3.   

    Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\Web\", "Web\", "{C0802492-8C4A-4855-9684-2D0B8D2C078A}"
    比如这个 后面的路径就是你项目的路径啊,你项目移动了就改下这里就可以了,自己用记事本打开
      

  4.   


    Microsoft Visual Studio Solution File, Format Version 9.00 
    # Visual Studio 2005 
    Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\信息浏览\", "..\..\..\..\桌面\C#练习\信息浏览\", "{AC25A857-4AE4-4254-BC12-C93E295CE7C9}" 
    ProjectSection(WebsiteProperties) = preProject 
    Debug.AspNetCompiler.VirtualPath = "/信息浏览" 
    Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\桌面\C#练习\信息浏览\" 
    Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\信息浏览\" 
    Debug.AspNetCompiler.Updateable = "true" 
    Debug.AspNetCompiler.ForceOverwrite = "true" 
    Debug.AspNetCompiler.FixedNames = "false" 
    Debug.AspNetCompiler.Debug = "True" 
    Release.AspNetCompiler.VirtualPath = "/信息浏览" 
    Release.AspNetCompiler.PhysicalPath = "..\..\..\..\桌面\C#练习\信息浏览\" 
    Release.AspNetCompiler.TargetPath = "PrecompiledWeb\信息浏览\" 
    Release.AspNetCompiler.Updateable = "true" 
    Release.AspNetCompiler.ForceOverwrite = "true" 
    Release.AspNetCompiler.FixedNames = "false" 
    Release.AspNetCompiler.Debug = "False" 
    VWDPort = "1094" 
    DefaultWebSiteLanguage = "Visual C#" 
    EndProjectSection 
    EndProject 
    Global 
    GlobalSection(SolutionConfigurationPlatforms) = preSolution 
    Debug|.NET = Debug|.NET 
    EndGlobalSection 
    GlobalSection(ProjectConfigurationPlatforms) = postSolution 
    {AC25A857-4AE4-4254-BC12-C93E295CE7C9}.Debug|.NET.ActiveCfg = Debug|.NET 
    {AC25A857-4AE4-4254-BC12-C93E295CE7C9}.Debug|.NET.Build.0 = Debug|.NET 
    EndGlobalSection 
    GlobalSection(SolutionProperties) = preSolution 
    HideSolutionNode = FALSE 
    EndGlobalSection 
    EndGlobal
    把.sln移动后改哪里,怎么改