Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will installing Visual Studio 2010 side by side with VS2008 cause problems?

What kind of problems might this cause?

Is it better to install in a VM?

like image 960
vzczc Avatar asked May 18 '09 21:05

vzczc


People also ask

Can I have 2 versions of Visual Studio installed?

For VSPackages, that means a user can have several Visual Studio versions installed on the same computer. However, you cannot have side-by-side versions of your VSPackages loaded into a single version of Visual Studio.

Can I install both Visual Studio 2022 and 2019?

If you try to use Visual Studio 2022 to open a solution that was created in Visual Studio 2019 or an earlier version, you might need to modify your projects and files to be compatible with Visual Studio 2022. For more information, see the Port, migrate, and upgrade Visual Studio Projects page.

How do I start Visual Studio 2010 after installing?

You have two options here in windows 8.0 or 8.1 go to run and type'devenv' and then the Visual studio opens up for you. Else search using the app name and select 'Microsoft Visual studio' from the list of apps installed, right click on the app and select the option 'pin to the start' or 'pin to the task bar'.


1 Answers

It is always possible that side-by-side installation issues exist, and you should have the appropriate safeguards in place (e.g. backup, use a VM, etc.).

In my personal experience, it has worked just fine. For my Tech Ed presentation, I rebuilt my laptop with Visual Studio 2005, 2008 and 2010 all installed side-by-side on Windows 7 x64. I didn't experience any problems.

like image 154
Dustin Campbell Avatar answered Nov 09 '22 17:11

Dustin Campbell