user7495634
user7495634

Reputation:

How do i upgrade for Visual studio 2010 to the 2015 one

Long story short im using visual studio 2010,i would like to install the 2015 one.What is the best way to do this?Unistall everything related to VS 2010 and go with the 2015 one or just download the setup of VS2015 and just install it right away in hope it replaces the old files?!?

NOTE:I dont want to change any code just the application.

Upvotes: 0

Views: 1049

Answers (2)

doctorlove
doctorlove

Reputation: 19232

You can have two different version (or more) of Visual Studio installed.

The top of the solution file says which version it was built with - but you can open a project/solution built with a previous version in a newer version and rebuild it. It will automatically convert the project for you.

You may find some things don't compile of behave slightly differently. Microsoft gives a list here

Upvotes: 1

Mike W
Mike W

Reputation: 435

You can run both versions side by side. I currently have 2008, 2012, 2013, and 2015 all installed on my PC.

Upvotes: 1

Related Questions