Multi developer project

  • Thread starter Thread starter Priyanka
  • Start date Start date
P

Priyanka

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.
 
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.
 
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
 

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

Back
Top