Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Visual Studio 11 Beta be installed side by side with Visual Studio 2010? [closed]

Will the side-by-side installation of these 2 versions of Visual Studio interfere with each other if installed on the same machine?

like image 677
Eminem Avatar asked Mar 07 '12 20:03

Eminem


People also ask

Can you have 2 versions of Visual Studio installed?

The term side-by-side means that you can install and maintain multiple versions of a product on the same computer. For VSPackages, that means a user can have several Visual Studio versions installed on the same computer.

Can I install both Visual Studio 2022 and 2019?

You can install Visual Studio on a computer that has an earlier or later version of Visual Studio already installed.

Can you still download Visual Studio 2010?

You can download Visual Studio 2010 from My.VisualStudio.com. My.VisualStudio.com requires a free Dev Essentials subscription, or a Visual Studio Subscription.

Can I install VS 2015 after 2019?

Yes. You can have many different versions of Visual Studio installed on a single machine under a single user account, without worrying about them interfering with each other. This has been true for many years. I have one development system with VS 2005, 2008, 2010, 2012, 2013, 2015, 2017, and 2019 installed on it.


3 Answers

VS11 comes with a "go live" license and you can install it side-by-side with VS2010. Be careful though since VS11 installs the .NET Framework 4.5 which is not a side-by-side install. When you install .NET Framework 4.5, it is an in-place upgrade of 4.0 which means you are replacing the 4.0 DLLs with the new 4.5 ones. There aren't supposed to be any compatability issues, but with any in-place upgrade there may be some subtle ones that pop up.

like image 164
Scott Dorman Avatar answered Nov 29 '22 02:11

Scott Dorman


I have installed both of them and they live with absolute peace :) VS 11 supports side by side installation with vs 2010 officially, so install it, you won't have any problem.

Also as a side note, VS 11 is in beta stage, but it's very stable. I've switched to VS 11 from the day it went public and found no bug yet.

like image 39
Davita Avatar answered Nov 29 '22 01:11

Davita


I have installed it, there was no problem. But since I uninstalled VS 11, 3.5 winforms project with images defined on form doesn't work properly any more. When loading buttons images, exception "Could not load assembly System.Drawing 4.0" is thrown. Since I mainly develop web applications and they run fine I didn't bother more with this.

like image 39
Antonio Bakula Avatar answered Nov 29 '22 01:11

Antonio Bakula