Migrating a Visual Studio 2008 project to Visual Studio 2010

Hi, I want to migrate a Visual Studio 2008 C # .NET project to Visual Studio 2010. My existing VS2008 Solution project has several projects. My vs2010 is a WPF project, I moved some basic VS2008 project to the VS2010 WPF project. Successfully convert and add to the VS2010 project, but I can not reference the converted project.

+3
source share
1 answer

You just have to open the project in Visual Studio 2010. It will offer you before it is updated. I recommend making a backup (there is a checkbox in the upgrade wizard). Just follow the instructions of the wizard. It is pretty simple.

/. .net 2.0 3.5, . , 4.0, . MVC 1.0 .net 4.0 renderpartialtostring. , 4.0.

, , . () , InheritedPropertySheets Configuration .vcproj.

+3

Source: https://habr.com/ru/post/1776704/


All Articles