I’m about to start working on a C# project. I’d like to buy VS 2010, but the only other member of the programming team is already using VS 2008. I’m concerned that having two different versions of VS in use will cause code compatibility issues. Is this a valid concern?
Share
Yes. You can’t (natively) open a VS2010 solution in Vs2008. Also, if you start writing code aimed at .net 4.0, the guy with VS2008 won’t be able to maintain/work on the code.