我们作了一个项目,是在vs.net2003下作的!!sb客户竟然要用在2002下,请问高手们,2003的项目降级到2002,需要注意些什么????

解决方案 »

  1.   

    竟然有这么BT的客户,同情ing
      

  2.   

    Converting a project from VS.NET 2003 to VS.NET 2002
    The easiest way to convert a project/solution created using VS.NET 2003 to VS.NET 2002 is to edit the "solution" and its "corresponding C# project file" manually. 
    After opening the solution file in Notepad, change the "Format version," which would be on the first line, from "8.00" to "7.00." Save the file and close it. Then open the corresponding C# project file and replace the existing "ProductVersion" and "SchemaVersion" with what's below: 
    ProductVersion = "7.0.9466"
    SchemaVersion = "1.0"
    Save and close the file. That's it. You can now open the project in VS.NET 2002. Obviously, there would/might be some minor backwards compatibility issues with the way we code in VS.NET 2003 and VS.NET 2002. 
      

  3.   

    我从网上下过一个程序,可以把2003的项目转成2002的,不过不记得在哪下的了。要的话Mail我:[email protected]