|
Moving code from Visual Studio 2005 to Visual Studio 2003 and back.
For those of you who use both Visual Studio 2003 and 2005, is it possible to take code from a machine running 2003 and continue development on another machine running 2005, and then take the code back to the 2003 box? Or will this cause problems? This question is directed specifically towards C# projects, but I'm also interested in if any problems would arise with other projects. Any problems writing code using the .NET 2.0 framework, and then moving back to 1.1 (besides the obvious)?
Thanks in advance
|