开发者

opening visual studio 2010 solution files in visual studio 2008

开发者 https://www.devze.com 2023-01-18 08:17 出处:网络
How would you open 开发者_如何学运维a Visual Studio 2010 .sln file in Visual Studio 2008? Is it possible? Are there any workarounds?Have a look at these questions for information about how to convert

How would you open 开发者_如何学运维a Visual Studio 2010 .sln file in Visual Studio 2008?

Is it possible? Are there any workarounds?


Have a look at these questions for information about how to convert the solution file between VS2008 and VS2010:

  • VS2010 possible to convert projects back to VS2008?
  • VS2010 and VS2008 project compatibility

But keep in mind, that once you have used some of the .NET 4 features (while in VS 2010), you will not be able to continue working with that solution in VS2008, since it does not support .NET 4. On the other hand, when using VS2010, you can still target .NET 3.5 or 2.0.


I think I need more information... but I will try it.

One option is to create a new project in VS 2008 and simply add the files to the project.

Other option is to edit the .sln file and replace* Microsoft Visual Studio Solution File, Format Version 11.00.* with Microsoft Visual Studio Solution File, Format Version 10.00.

The open the .csproj file and replace with


Open the solution file (.sln) with notepad and change Microsoft Visual Studio Solution File, Format Version 11.00

Visual Studio 2010

to Microsoft Visual Studio Solution File, Format Version 10.00

Visual Studio 2008

Then open the solution file from visual studio 2008

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号