How do I migrate VS 2010 to VS 2015?

I am currently using Visual Studio 2010, I would like to migrate to Visual Studio 2015.

Should I migrate 2013 first then migrate to Visual studio 2015? Or directly migrate to VS 2015?

Upvotes: 3

Views: 10119

Answers (1)

Julissa DC
Julissa DC

Reputation: 259

In my case this worked:

Reload Project menu item in the Solution Explorer

  1. Right click on the project.
  2. Click OK.
  3. Depending on the project type you might get suggestions or the migration might just happen.

That's it.

Upvotes: 1

Related Questions