>> Can VS 2005 and 2008 coexist on the same computer, with some projects
>> continuing to be worked on in each?
[quoted text clipped - 5 lines]
>
> 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.
Peter Duniho - 06 Mar 2008 07:19 GMT
> 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
Jon Skeet [C# MVP] - 06 Mar 2008 07:45 GMT
> > 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
[quoted text clipped - 6 lines]
> 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.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Arne Vajhøj - 08 Mar 2008 04:18 GMT
>>> Can VS 2005 and 2008 coexist on the same computer, with some projects
>>> continuing to be worked on in each?
[quoted text clipped - 7 lines]
> 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