.Net Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 microsoft . NET framework1.1 and 1 microsoft framework 2.0 should I
remove one of the 1.1 or leave them all?
 
Contrary to normal compatibility using a higher to lower version of software
DotNet is version dependant. If your system has both versions of code then
you'll need both runtime layers.
 
R. McCarty said:
Contrary to normal compatibility using a higher to lower version of software
DotNet is version dependant. If your system has both versions of code then
you'll need both runtime layers.



THANK YOU
should I leave both 1.1 and the 2.2 or should i remove one of the 1.1. i
think one was uninstalled and reinstalled and with a system restore at one
point the second 1.1 came back. one of the 1.1 has a help link the other just
an add or remove. I am just wondering if they work against each other (1.1's)
or just let things be.
 
Julia said:
I have 2 microsoft . NET framework1.1 and 1 microsoft framework 2.0
should I remove one of the 1.1 or leave them all?

Probably not. In this case, the different revs are actually different
programs where one does not replace the other. If you don't know what's
using them, you should leave them alone unless you downloaded them "just
because you could".

HTH
Pop`
 
Julia said:
should I leave both 1.1 and the 2.2 or should i remove one of the 1.1.
i think one was uninstalled and reinstalled and with a system restore
at one point the second 1.1 came back. one of the 1.1 has a help link
the other just an add or remove. I am just wondering if they work
against each other (1.1's) or just let things be.

..Net 1.1 and .Net 2.2 are different; some applications require the one
version and some applications require the other. Leave both of the
versions installed.

Malke
 
Please read McCarty's message. You need all of them. BTW, .Net Framework
Version 3 creates a third entry there as well.
 
should I leave both 1.1 and the 2.2 or should i remove one of the 1.1. i
think one was uninstalled and reinstalled and with a system restore at one
point the second 1.1 came back. one of the 1.1 has a help link the other
just
an add or remove. I am just wondering if they work against each other
(1.1's)
or just let things be.

Julia, if you don't have any apps that require .Net framework then they all
can be removed. Do you have any? I would think you can remove one of the
installations of version 1.1. You don't need multiple installations of the
same version. One option is to remove both of the 1.1 versions in case
something is strange with this, and then if needed, install .Net 1.1 again.
 
Back
Top