user3283576
user3283576

Reputation: 33

Migration from visual studio from 2005 to 2015

I am trying to migrate legacy code, consisting of thousand of lines code from visual studio 2005 to visual studio 2015.We have searched all over the internet but haven't found any useful resource.Can anyone please help us regarding this??

Upvotes: 1

Views: 2528

Answers (1)

Nikishkin Sergey
Nikishkin Sergey

Reputation: 88

May be it will help you:

  • According to article "Many widely used assets behave the same in Visual Studio 2015, Visual Studio 2013 and the two earlier versions". You may need convert to VS2012 and use it in VS2015.
  • Did you test this: github?
  • In the internet there are some articles migrate for example: VS2005 to VS2008 and VS2008 to VS2012. Try to use 2 step conversions.
  • The best way to manually migrate: create empty project in VS2012, move your files from the old projects

Upvotes: 1

Related Questions