Home All Groups Group Topic Archive Search About
Author
23 Jan 2006 4:20 AM
Agnes
I am using old version .net 1.1 . I want to try net.2.0 and got a few
question
(1) Do I  need to uninstall .net 1.1  first ?
(2) If I use 2.0 to complie the old works, any risk ?

Thanks for your kind reply . !!

Author
23 Jan 2006 7:15 AM
Hugh Janus
no and no.  the work fine side by side.  to compile to 2.0 you will
have to upgrade your code to VB2005.
Author
23 Jan 2006 11:35 AM
Oenone
Hugh Janus wrote:
> no and no.  the work fine side by side.  to compile to 2.0 you will
> have to upgrade your code to VB2005.

....which means of course that you won't be able to open it in VB2003 any
more, so make a backup before you open your projects in VB2005.

--

(O)enone
Author
23 Jan 2006 2:53 PM
Herfried K. Wagner [MVP]
"Agnes" <ag***@dynamictech.com.hk> schrieb:
>I am using old version .net 1.1 . I want to try net.2.0 and got a few
>question
> (1) Do I  need to uninstall .net 1.1  first ?

No.  If you have VS.NET 2003 installed, you must not uninstall .NET 1.1
because VS.NET 2003 is tied to .NET 1.1.  VS.NET 2003 cannot be used to
develop .NET 2.0 applications.

> (2) If I use 2.0 to complie the old works, any risk ?

You cannot open the solutions in VS.NET 2003 after upgrading them to VS 2005
any more.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
24 Jan 2006 1:13 AM
Dennis
Does this mean that if I develop a vb.net 2003 application it will not run on
computers that have only the 2.0 framework installed?

Also, if I only have 2.0 framework installed, can I still develop
applications using VB.Net 2003 (of course the newer 2.0 framework classes
won't be available)?
--
Dennis in Houston


Show quoteHide quote
"Herfried K. Wagner [MVP]" wrote:

> "Agnes" <ag***@dynamictech.com.hk> schrieb:
> >I am using old version .net 1.1 . I want to try net.2.0 and got a few
> >question
> > (1) Do I  need to uninstall .net 1.1  first ?
>
> No.  If you have VS.NET 2003 installed, you must not uninstall .NET 1.1
> because VS.NET 2003 is tied to .NET 1.1.  VS.NET 2003 cannot be used to
> develop .NET 2.0 applications.
>
> > (2) If I use 2.0 to complie the old works, any risk ?
>
> You cannot open the solutions in VS.NET 2003 after upgrading them to VS 2005
> any more.
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>
>
>
Author
24 Jan 2006 11:20 AM
Herfried K. Wagner [MVP]
"Dennis" <Den***@discussions.microsoft.com> schrieb:
> Does this mean that if I develop a vb.net 2003 application it will not run
> on
> computers that have only the 2.0 framework installed?

IIRC .NET 1.* applications should run on .NET 2.0.

> Also, if I only have 2.0 framework installed, can I still develop
> applications using VB.Net 2003 (of course the newer 2.0 framework classes
> won't be available)?

VB.NET 2003 depends on .NET Framework 1.1.  So .NET Framework 1.1 must be
installed.  You can still develop .NET 1.1 assemblies although .NET
Framework 2.0 is installed.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
25 Jan 2006 1:03 AM
Dennis
Thanks.  I'm surprised that you can't install and run Vs 2003 IDE with just
the 2.0 framework installed.
--
Dennis in Houston


Show quoteHide quote
"Herfried K. Wagner [MVP]" wrote:

> "Dennis" <Den***@discussions.microsoft.com> schrieb:
> > Does this mean that if I develop a vb.net 2003 application it will not run
> > on
> > computers that have only the 2.0 framework installed?
>
> IIRC .NET 1.* applications should run on .NET 2.0.
>
> > Also, if I only have 2.0 framework installed, can I still develop
> > applications using VB.Net 2003 (of course the newer 2.0 framework classes
> > won't be available)?
>
> VB.NET 2003 depends on .NET Framework 1.1.  So .NET Framework 1.1 must be
> installed.  You can still develop .NET 1.1 assemblies although .NET
> Framework 2.0 is installed.
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>
>
>