VS.Net 2002 and Framwork 1.1?

  • Thread starter Thread starter Sebastien Le Calvez D.
  • Start date Start date
S

Sebastien Le Calvez D.

Is there a way to use Visual Studio 2002 but compiling everything for the
..Net framework 1.1? I don't want to upgrade all VS 2002 to VS 2003, I just
want to be able to tell VS 2002 to use the .Net framework SDK 1.1. Thanks
for the help...
Sebastien
 
Sebastien ,

Visual Studio .NET 2002 exclusively uses the Framework 1.0, but you can use
the command line tools of the Framework SDK 1.1 to compile your projects.
Unfortunately it's not going to be that practical.

Regards,

Gabriele
 
Back
Top