Is it possible to compile using an older version of .net framework while using VS2010? (which requires .net 4 to run if I’m not mistaken).
If so -how is it done?
Is it possible to compile using an older version of .net framework while using
Share
Just set the target framework in the project properties (in the top tab, IIRC). You won’t be able to target .NET 1.1 or 1.0, but you should be able to target 2.0/3.0/3.5.