command line compile to a different framework version

  • Thread starter Thread starter Christine Nguyen
  • Start date Start date
C

Christine Nguyen

Hi,

I have the professional version of VS.NET 2003. I know only the enterprise
version will allow compiling to a diff version of the framework, but I
thought maybe there was a command-line feature in the professional version
that might allow me to do the same thing. Does anyone know?

Thanks,
-c
 
Christine Nguyen said:
Hi,

I have the professional version of VS.NET 2003. I know only the enterprise
version will allow compiling to a diff version of the framework, but I
thought maybe there was a command-line feature in the professional version
that might allow me to do the same thing. Does anyone know?

Thanks,
-c

You can use the command-line compilers anytime you want. They are part of
the framework, not Visual Studio. Install the 1.0 framework, and use it's
commandline compilers, you will have an assembly targeting the 1.0
framework.

There is also a config setting you can set to make your 1.1-targeted
assembly run under the 1.0 framework.

David
 

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

Back
Top