views:

17329

answers:

14

What kind of problems might this cause?

Is it better to install in a VM?

+4  A: 

It's unlikely to cause problems as VS 2010 is primarily designed for developing with the .NET 4.0 framework (although multi-targetting is implemented, like it was in VS 2008, just in a better manner).

I (and no one I work with) ever had a problem with VS 2005 & VS 2008 installed side-by-side. In fact, it was strongly encoraged as we had legacy projects which were built in VS 2005 and although the upgrade to VS 2008 was minor (if staying with the .NET 2.0 framework for the projects) it was safer to not risk it.

If you're really concerned about conflicts or potential issues using beta software may not be for you. If you do want to try it and still have reservations I'd suggest that you do use a separate VM with VS 2010 on it.

I myself will be installing it side-by-side with VS 2008 on Vista (after backing up my VM) so if there are any problems I'll edit this post and report them.

Slace
+27  A: 

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.

Dustin Campbell
Well, I installed it and it seems to work. VS2010 Beta however, seems a little unstable, keeps crashing quite often (as you might expect).
vzczc
Well, it *is* a beta. :-)
Dustin Campbell
I have not had any problems at all with VS2010 on Windows 7 RC x64
mhenrixon
Hardryv
For whatever another anecdote's worth, I've also not had problems.
Matt Olenik
+1  A: 

Will it cause problems?

Short answer: Yes.

Longer answer: No, but it's quite possible. If you're working on anything vaguely important, VM'ify the installation for now..

dbr
+1  A: 

For what it's worth I've installed both VS2008 and VS2010 on the same box without issue. Uninstallation can cause some hiccups but those are directly related to VS2010 being new and shouldn't affect 2008.

Brett
+3  A: 

I have Visual Studio 2008 Professional SP1 and Visual Studio 2010 Team Suite installed on my Windows 7 box. I have had zero issues so far.

Does that mean you won't? I have no idea.

Robert S.
+4  A: 

I don't expect any problems with VS2010 RTM installed side by side with any of the previous versions.

But this is a beta. Installing it on your computer means you're asking to have your disk reformatted (metaphorically speaking). Be sure you're ready to reformat the disk you install it on.

For me, that means I run it in a VM.

That said, there's a good chance I'll install the RC when it ships, but that's just me trying to find the bugs so others don't have to.

John Saunders
+1  A: 

I'd do it in a VM just to be safe, and so that I wouldn't have to uninstall it when the final version comes out. Also in the VM I could roll back to a clean OS and install RC versions. It's safer and you have more options in the VM, and I don't even notice the minor performance penalty. Someone go try it on their system and let us know.

Bratch
+21  A: 

The VS team has chimed in on this issue here. From the post:

"Q: Is it ‘safe’ to install VS 2010 Beta1 on my machine?

A: Yes! We’ve tested side-by-side scenarios, so installing the beta on a machine with VS 2008 installed is fine. The beta also supports uninstall and should leave VS 2008 and your machine in working order afterward. You can install VS 2010 Beta1 on a VPC if you prefer, though you will notice slower performance than if you run VS on your local machine. And please remember that however you install, this is pre-release software. The VS 2010 Beta1 readme documents major known issues, but it’s not guaranteed to be an exhaustive list."

sean e
+1  A: 

I encountered a particular problem with ASP.NET 4.0 with Visual Studio 2008 and 2010 installed side by side. The problem and my solution can be found on my home page. Cheers, David Sackstein

+1  A: 

I would suggest installing it on a VM if it's your work machine, but other than that, I usually install Beta products on my home machine as I have backups and don't mind reinstalling as my home pc is kinda like my sandbox

PieterG
+3  A: 

Hello,

On my machine I have installed:

  • Visual Studio 2003
  • Visual Studio 2005
  • Visual Studio 2008
  • Visual Studio 2010

and it works like a charm

Muse VSExtensions
Since your answer is from April, 30 in 2010 I guess you are talking now about the FINAL version of VS 2010, not the Beta or Release Candidate like all the other older posts. Is that right? With "VS 2008" you mean VS 2008 with SP1, I guess? I want to install VS 2010 side by side with my existing VS 2008 SP1 installation. So you say that this will work, right?
Slauma
Yep,Final VS 2010 + VS 2008 SP1
Muse VSExtensions
A: 

It has caused problems for me. I had to uninstall Visual Studio 2010 Ultimate off of my Windows 7 machine because VS 2008 keeps freezing up whether or not I have VS 2010 running.

Tyler
+2  A: 

You can install them side by side and it's supported by Microsoft to do so. For more information visit the Microsoft site on doing it located here, http://msdn.microsoft.com/en-us/library/ms246609.aspx.

However you might want to determine why you would need to do such. Visual Studio 2010 support multi-targeting as in previous Visual Studio versions however it is much more advanced in 2010. You can easily upgrade you project to 2010 by using the project import and then target whatever .NET version you need. The only thing to note here is that once you upgrade to 2010, you will no longer be able to open the project in 2008 and the back conversion is not an easy process.

Chuck Haines
A: 

heh, I'm wondering that too that is what brought me here. I am able to step through Classic ASP pages on VS 2008. I hope that also works on VS 2010. . .

John A. Davis