你的iis主目录是不是修改过?

解决方案 »

  1.   

    “是不是VS2002打不开VS2003生成的解决方案”是,必须升级到VS2003
      

  2.   

    如果你的程序是VS.NET 2003写的,那你就使用VS.NET 2003打开,因为:
    5.15. Solution and Project file formats have changed in Visual Studio .NET 2003.The formats of the solution and project files in Visual Studio .NET 2003 are different from the corresponding formats in Visual Studio .NET 2002. The Visual Studio .NET 2003 formats are not backwards compatible. When you first open a previous version's solution or project file in Visual Studio .NET 2003, you are prompted to convert. After conversion, you cannot open the files in the previous version of Visual Studio. For additional details, see the help topic available from the Conversion dialog box. 详细请参考:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;822355
      

  3.   

    可以的,你在工程文件里把引用框架的版本改成1.0版就行了
    或者你升级到.net 1.1
      

  4.   

    VS2002打不开VS2003生成的解决方案
    当然
    一般都是向下兼容的
      

  5.   

    ---------------------------------------------------------------把.csproj和.sln中的
            ProductVersion = "7.10.XXXX"
            SchemaVersion = "2.0"
    改成
            ProductVersion = "7.0.9466"
            SchemaVersion = "1.0"
    就可以了。
    ---------------------------------------------------------------VS.NET 2003 和 VS.NET 2002 工程和解决方案互换工具免费下载。http://jsp.mobikom.com/stoyan/vspc/vspc.html