IIRC VS 2005 compiles always against 2.0?
VS 2008 allows you to select runtime 2.0, 3.0 or 3.5
If you have a machine with 3.0 or 3.5 installed and no 2.0, your project compiled against 2.0 in VS.NET 2005 should run fine.
VS 2008 allows you to select runtime 2.0, 3.0 or 3.5
If you have a machine with 3.0 or 3.5 installed and no 2.0, your project compiled against 2.0 in VS.NET 2005 should run fine.
Comment