Can vs.net 2002 switch between .Net framework versions?

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

I am running VS.Net 2002 now, which runs on .Net runtime
version 1.0. Is there a way that you can tell VS.Net to
use a different version of .Net framewrok, like v1.1, as
the engine, without having to upgrade VS.Net to version
2003?

Thanks for any inputs.
 
I am running VS.Net 2002 now, which runs on .Net runtime
version 1.0. Is there a way that you can tell VS.Net to
use a different version of .Net framewrok, like v1.1, as
the engine, without having to upgrade VS.Net to version
2003?

Not that I know of. VS.NET 2002 only targets the 1.0 framework. VS.NET
2003 can target 1.0 or 1.1.
 
* "feng said:
I am running VS.Net 2002 now, which runs on .Net runtime
version 1.0. Is there a way that you can tell VS.Net to
use a different version of .Net framewrok, like v1.1, as
the engine, without having to upgrade VS.Net to version
2003?

No. You will have to update to VS.NET 2003.
 
Hi Feng, nope. VS2002 is built around .NET 1.0, VS2003 is built around .NET
1.1

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
Back
Top