Hello,
I have a VS 2005 project that is a windows application. I want to
upgrade to 2008, but if others do not have the ability to upgrade, can
one developer have 2008 and another have 2005, and there not be any
issues? I hear in 2008 you can target for 2.0, but I know that the
solution setup changes and then it wants you to upgrade sometimes.
Wasn't sure what the deal was with 2008.
Thanks.
Peter Duniho - 29 Mar 2008 08:09 GMT
> I have a VS 2005 project that is a windows application. I want to
> upgrade to 2008, but if others do not have the ability to upgrade, can
> one developer have 2008 and another have 2005, and there not be any
> issues?
Can they? Yes. But it's not automatic.
Jon Skeet wrote (is writing?) an article on the topic, which you can find
here:
http://msmvps.com/blogs/jon.skeet/archive/2007/11/20/vs2005-and-vs2008-co-existe
nce.aspx
There are limitations to just how much sharing between VS versions you can
do. It's definitely not completely seamless. But you can manage if it's
important enough.
Pete
Peter Bromberg [C# MVP] - 29 Mar 2008 12:56 GMT
The main thing is that your app must not target anything above the 2.0
Framework level. You'll need to keep two versions of the solution (.sln) file
as these aren't compatible, although changing them with a text editor is
simple enough.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Hello,
>
[quoted text clipped - 6 lines]
>
> Thanks.
Family Tree Mike - 29 Mar 2008 16:21 GMT
Don't be the renegade. Talk with your team about all switching or else none
switching. Doing something independant as this is not good for the team.
That said, if each is tasked with one or more independant DLL/executable
projects, the it should be fine.
> Hello,
>
[quoted text clipped - 6 lines]
>
> Thanks.
Leon Lambert - 31 Mar 2008 12:01 GMT
I handled this by having projects of different names. For example The
original project was made in VS2003 and named ProjectVS7. When we
Upgraded to VS2005 I copied the project and renamed it to ProjectVS8. I
then ran VS2005 and converted that one. When we upgraded to VS2008 I
copied it and named it ProjectVS9 and converted that. Now we have 3
projects that work with all three versions of Visual Studio.
Hope this helps.
Leon Lambert
> Hello,
>
[quoted text clipped - 6 lines]
>
> Thanks.