Should I download version 1.1 of the Framework?

  • Thread starter Thread starter wh
  • Start date Start date
W

wh

I'm using VS.NET 2002 which has an earlier version (something like 1.30xxx)
installed. Am I right in thinking that if I download v1.1 of the framework,
VS.NET will still continue to use the earlier version it installed?
Presumably multiple versions of the framework can be installed side-by-side?

Wayne.
 
yes,
you are right
VS2002 will always use v1.0 (.3705) of the Framework.

you can install v1.1 (.4322) of the .NET Framework
but VS2002 will not use it.

VS2002 will continue to work as before, if you install v1.1 of the .NET
Framework.

If you want to build apps for v1.1, then you need to use the v1.1 SDK or
VS2003.

-Dino
 
Yes, multiple versions can be installed side-by-side.
VS.NET 2002 will continue to work with the previous version.

--
Thanks.
Paulo

DISCLAIMER: This posting is provided "AS IS" with no warranties, and confers
no rights. Use of any included code samples are subject to the terms
specified at http://www.microsoft.com/info/cpyright.htm"
 
Thank you for your reply.

May I ask what the difference is between versions 1.0.3705 and 1.1.4322 of
the framework? And can I also assume that c# code written under vs.net 2002
will compile under vs.net 2003?

Wayne.
 
Back
Top