Question

Is it there any tool which will upgrade/convert/migrate my .net 2.0 framework code to .net 4.5 framework?

By default visual studio does this ,but i am looking for the tool which will analyse my code and migrate to 4.5 with analysis report.

for e.g if i migrate a form written at 2.0 framework to 4.5 framework,it should recommend me with the alternative keyword for migration to 4.5 framework. Did anyone came across such a tool?any addin/extension for visual studio ?or any separate third party tools available for it?

EDIT : is it there any tool which suggest me to use a alternative to this , this link provides alternative for all specific keywords/commands is it there any tool which suggest me while migrating

for e.g have a look at the below screenshot :

enter image description here

Here vs auto suggests an alternative obsolete type,i would like to get pre analyse reports of obsolete types before migration

Was it helpful?

Solution

There is no tool because you do not need such a tool. Just open the project in Visual Studio 2013 or 2012. That's it. You're done.

OTHER TIPS

Visual Studio already having inbuilt tool to migrate old project to new one. But, it will not upgrade your code. just updating your project file and solution file that can be loaded in current version. check this link.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top