forcing VS.NET 2003 to target .net framework 1.0

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?
 
D

Dino Chiesa [Microsoft]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top