VS 2005 and 2008 coexist?

  • Thread starter Michael A. Covington
  • Start date
M

Michael A. Covington

Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?
 
G

Gregg Walker

Michael
Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?

Yes. I am currently doing this on my development machine.

HTH
 
A

Arne Vajhøj

Michael said:
Can VS 2005 and 2008 coexist on the same computer, with some projects
continuing to be worked on in each?

Yes.

But since 2008 can target .NET 2.0, then you will only need
it if you need to work with other team members using 2005.

Arne
 
R

RobinS

Arne Vajhøj said:
Yes.

But since 2008 can target .NET 2.0, then you will only need
it if you need to work with other team members using 2005.

Arne

When you open a solution in VS2008, it will convert the project files. You
can't then easily re-open it in VS2005. So you can't just go back and forth
between the versions of Visual Studio.

Just FYI.

RobinS
GoldMail, Inc.
 
P

Peter Duniho

When you open a solution in VS2008, it will convert the project files.
You can't then easily re-open it in VS2005. So you can't just go back
and forth between the versions of Visual Studio.

If I recall correctly, Jon or Marc posted a hack that involved
hand-editing the solution file in a way that allows VS2005 to open VS2008
files.

If it's important to someone, they could Google back a few months to when
2008 came out and look for that message.

Pete
 
J

Jon Skeet [C# MVP]

Peter Duniho said:
If I recall correctly, Jon or Marc posted a hack that involved
hand-editing the solution file in a way that allows VS2005 to open VS2008
files.

If it's important to someone, they could Google back a few months to when
2008 came out and look for that message.

http://msmvps.com/blogs/jon.skeet/archive/2007/11/20/vs2005-and-vs2008-
co-existence.aspx

has some details. It's not definitive, but it may be helpful. According
to Marc, it's slightly more complicated for web projects.
 
S

Saimvp

Yes.
You can install it in your computer.
Even you are going to create a program and build a setup.
But I think when it comes to web application
it is slightly more complicated.
 
B

BobF

Michael A. Covington said:
Yes, I must confess that I am.
Michael
www.dslrbook.com

Early 90's I was an avid backyard astronomer. Memorized one of your books
and had some great results. It's still in my astro library. I hope to get
another observatory set up one day when time permits such dalliances again
:)

Great work and good to see you around!
 
M

Michael A. Covington

BobF said:
Early 90's I was an avid backyard astronomer. Memorized one of your books
and had some great results. It's still in my astro library. I hope to
get another observatory set up one day when time permits such dalliances
again :)

Great work and good to see you around!

Thanks for your support! You should memorize the 1999 edition -- it's much
better than the 1985 or 1990 editions :)
 
A

Arne Vajhøj

RobinS said:
When you open a solution in VS2008, it will convert the project files.
You can't then easily re-open it in VS2005. So you can't just go back
and forth between the versions of Visual Studio.

Yes. But since 2008 can target 2.0 it is only an issue if there are
other team members with only 2005. As I wrote.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top