Migrating from .NET 3.5 to 4.5.1 in Visual Studio 2013

I'm currently trying to migrate a project from .NET 3.5 to 4.5.1 using Visual Studio 2013. Each documentation I could find says that when you open a project with an outdated framework, the wizard will offer you to migrate your project, but I don’t managed to get this master. It would be obvious to manually change the target structure, however, we have a rather large project with several solutions, so this will not be ideal. Is there a way to explicitly call this tool?

for more information:

This is the wizard I turned to: http://msdn.microsoft.com/en-us/library/dd483478.aspx

It not only switches the target structure, but also updates the links in Web.config. As I said, this is a very large project, and I am not interested in this. As a result, I get a lot (LOTO) of missing links when I try to do this manually.

+4
source share
2 answers

Visual Studio 2013 is a Round Trip compatible with 2012 and 2010, so there is no tool to run (if you are using a file .csproj).

The act of changing the frame version from 3.5 to 4.5.1 is a conversion process.

+5
source

, , , / ( ).

, .

0

All Articles