forcing VS.NET 2003 to target .net framework 1.0

  • Thread starter Thread starter John O'Donnell
  • Start date Start date
J

John O'Donnell

I have a server that uses .net framework 1.0. Can i force my vs.net 2003 app
to use that version of the framework rather than 1.1?
 
right click the project
properties...
under Common Properties
General
there is a "Supported Runtimes" field

This generates a config file that tells the output to bind to v1.0 .NET
Framework.

disclaimer:
(1) read up on this before using it
(2) test thoroughly
 
Back
Top