Is it possible to install two different versions of Visual Studio in the same computer? [duplicate] - visual-studio-2010

This question already has answers here:
Can I install two different versions of Visual Studio on the same computer?
(3 answers)
Closed 6 years ago.
Is it possible? or there is a compatibility issues between the two versions? Because our company is using an outdated version of visual studio (VS2005) and I wanted to try out Visual Studio 2010/2012/2013 for the purpose of learning while there is no project to do. (any of the three newer version is fine) but I don't know if it'll affect the datas of the currently installed visual studio 2005.
Can I still install a newer version without affecting the older version of visual studio?

Yes you can install multiple versions of Visual studio side by side.But install the lower versions first.
If you use Visual Studio 2013 to open a solution that was created in Visual Studio 2012 or Visual Studio 2010 with Service Pack 1 (SP1), you can later open and modify the solution again in the older version as long as you haven't implemented any features that are specific to Visual Studio 2013.
So take care about backward compatibility.Refer this for more info.

You can install all (although I only have experience with VS 6 upwards) Visual Studio Versions side-by-side without problems.

I have vs2005 2008 and 2012 running with no issue. Just don't open your 2005 projects/solutions in later versions as this will attempt to convert them to later versions which then will be no longer compatible with 2005. Visual studio will give you plenty of warnings if you do this though.

Yes, this is possible. You can install Visual Studio versions side-by-side. However, Microsoft is recommending to install the old version first before you install the later version.
We recommend that you install Visual Studio versions in the order in which they were released. For example, install Visual Studio 2013 before you install Visual Studio 2015.
You can check this link for further info.

Yes, you can. If you need more details please check Installing Visual Studio Versions Side-by-Side .

Related

cant find windows driver option under visual c++ in visual studio (WDK is installed)

i have already installed WDK. Any help?
enter image description here
Install Visual Studio 2015 or Visual Studio 2017.
Install Windows 10 SDK.
Install Windows Driver Kit (WDK) for your version of Visual Studio (there's a new version recently released for VS17).
Then you should be good to go. I've done this over and over repeatedly for a number of systems/new environments before, never ever encountered an issue when following this pattern.
I do not recommend having both Visual Studio 2015 and 2017 installed at the same time, or multiple SDK versions though. I've seen way too many conflicts due to this in the past.

Should I install Visual Studio 2017 beside Visual Studio 2015 or should I first uninstall Visual Studio 2015 and then install Visual Studio 2017?

I am currently using Visual Studio 2015 for programming ASP.NET Core applications. I have the following questions regarding installing Visual Studio 2017:
What is considered to be best practice and/or cleanest method?
Should I install Visual Studio 2017 beside Visual Studio 2015?
Should I first uninstall Visual Studio 2015 and all .NET Core dependencies and then install Visual Studio 2017?
Are there any tools that would ensure a clean uninstall of Visual Studio 2015?
From page Visual Studio 2017 Platform Targeting and Compatibility
Compatibility with Previous Releases Installation
You can install and use Visual Studio 2017 alongside previous versions of Visual Studio, including Visual Studio 2015, Visual Studio 2013, and Visua Studio 2012.
So yes. you can install them without any problem.
VS 2013, VS 2015, and VS 2017 all work well side-by-side. VS 2012 can be a little dodgy on Windows 10, but should also work side-by-side. In theory VS 2010 should also work side-by-side with those, but I've run into quirks in the past with them interfering with one-another.
Projects should round-trip between 2015 and 2017 generally, although there are some one-way upgrade scenarios.
Note that if you really just need the older compiler toolset for some reason, you can also install VS 2017 and select the optional component Microsoft.VisualStudio.Component.VC.140 which installs the older v140 compiler which you can still use with the VS 2017 IDE. That said, there's not a lot of reason to do this since the VS 2015 & VS 2017 C++ standard libraries are binary compatible so you can mix them in a project.
See this blog post for information on VS 2017.
It sounds like you have done some projects in 2015 already, so you will probably want to keep it.
Once you open a project in a new version, it will try to upgrade the project and then you can't go back.
However, if you have multiple versions installed at the same time, when you try to open a project, say, from Windows Explorer, it will open it with the "Visual Studio Version Checker" and will look at the project file and determine which version to open it in.
Bottom line, if you have the hard drive space, there is no reason to not install them alongside each other.
In the past, it was recommended to install them in sequential order if you are installing multiple versions, but it doesn't sound like this is an issue for you and I don't know if that is even a problem anymore as it has been several versions since I have had to deal with that.
Good luck!
Personally, I would keep both - there have been multiple times through the years where you have compatibility issues and NEED to have the prior version(s). I've also had old project that will not upgrade and I've gone back and reinstalled old VS versions.
If you have no reason to keep VS2015 in your computer I would suggest uninstalling it.
I uninstalled VS2015 after installing VS2017 and later noticing that I was still using an old taskbar shortcut to VS2015.
So I was inadvertently still using VS2015.
Maybe some special cases require keeping older versions of VS along side the new version, but for the rest of us, I say, uninstall!
VS 2015 is the last version that is supported by Installshield LE.
If you have a need for building installers in the future, it will be useful to have VS 2015
1,2,3. Visual Studio 2017 has more features over 2015 and it contains 2015's current features so you don't need 2015 alongside 2017. Just stick with 2017. And I don't think you will have any problems while opening 2013 and 2015 projects with Visual Studio 2017.
Uninstall Tool is a good tool to use. It cleanses all the leftover files and registry entries after running the original uninstallation wizard and even tells you how many files will be cleaned after the required reboot.
For people continuing to read this, I have Visual Studio Professional 2008 (For Windows Embedded 6.5), 2010, 2015, 2017 and they all work even if open at the same time.
Edit: As stated in other answers, they need to be installed from oldest version to newest.

Is it ok to install visual studio 2008 over visual studio 2015?

My system is having VS 2015 and windows 7 Enterprise.
I have some solution file, which was created in vs 2008.
After opening in vs 2008, there are some upgraded log from vs 2015.
a lot of errors needs to be resolved to make build successed.
Is it ok to install visual studio 2008 over visual studio 2015 ?
this link Can I install two different versions of Visual Studio on the same computer? does not tell if it is ok to install lower version over higher version.
It's possible, but with a bit of risk that some features of the newer VS will break. I have no experience with these two combined, but in the past things got broken for me after installing vs2005 after vs2008 or vs2010. A re-install of the newer version would be needed if this happens.
Generally, it is ok. You can have many different visual studios installed on your machine.

Visual Studio 2013 and Windows Phone

I have installed Visual Studio 2013 Pro and then I wanted to install Windows Phone 8 SDK. But it installed Express Edition of VS 2012. Now if I delete VS 2013, what happens with my VS 2012? Can I delete it, because I don't have enough memory for it? Can you help me, please!
They are independent, you can uninstal one without influencing the other.
You can install this version of Visual Studio on a computer that already has an earlier version installed.
but
If you uninstall a version of Visual Studio on a computer that has more than one version installed, the file associations for Visual Studio are removed for all versions.
More information : http://msdn.microsoft.com/en-us/library/ms246609.aspx

visual studio 2010 and visual studio 6

i have visual studio 2010 installed on windows 7 machine and now i want to install visual studio 6 on same.
Does it harm my visual studio 2010 or is there any way out for the same.????
Thanks in advance
I've run several flavors of Visual Studio simultaneously on the same box installed in the order they were released. MS talks about doing this here and lists a few cautions/notes about doing so. Haven't installed them out of order before though, and haven't run VS6 in years.
Here's another SO discussion talking about multiple versions.
As an aside, opening solutions with the newer version can make it difficult, if not impossible, to open it again in the older version of Visual Studio.
That said, a colleague said he had considerable issues getting VS 6 to run on Win 7.
My suggestion, if possible, would be to build up a VM with XP on it and install VS 6 on that - certainly simplifies things considerably. Just my two cents.
It shoudn't be a problem,except for webmatrix. I know there is an issue with launching visual studio from Webmatrix if the last install is not the latest see http://forums.iis.net/t/1176503.aspx for more details.

Resources