Quick Ques: Installing .net 2.0 with .net1.x on system

  • Thread starter Thread starter Steve Williams
  • Start date Start date
S

Steve Williams

Hi.

I just installed .net 2.0 on my system and noticed that .net 1.1 was not
un-installed.

Is it OK to un-install .net 1.1 when installing .net 2.0

Must 1.1 be un-installed when .net 2.0 is installed.

Thanks.

steve
 
Steve Williams said:
Hi.

I just installed .net 2.0 on my system and noticed that .net 1.1 was not
un-installed.

Is it OK to un-install .net 1.1 when installing .net 2.0

Must 1.1 be un-installed when .net 2.0 is installed.

You can have various version of the .Net Framework on your machine. If
you're developing/maintaining .Net 2003 and developing new .Net 2005
applications because some companies are in transition between the two, then
you need both frameworks on the machine.

In addition to this, some applications that are being deployed, even to the
consumer market, are .Net 2003 and they still need 1.1 as they look for that
framework while 2005 applications look for 2.0 when the applications using
both versions are running on the same machine.
 
Back
Top