R
Rick Merrill
Can one safely "uninstall" some of the .NET
installations?
installations?
Can one safely "uninstall" some of the .NET
installations?
Rick said:Can one safely "uninstall" some of the .NET
installations?
John said:Yes... no... and maybe.
Any application that makes use of any of them will no longer work if you
remove them. Also note that dot nets are not backward compatible, an
application coded with .net1 cannot use .net3, it needs the proper .net
version installed.
Safely remove them? Only if you are certain that you have no
applications that use them, and knowing or finding out if you have such
applications and which version they use would be more of a headache than
just leaving the different .nets installed.
John
Thank you. What would be the first step in "finding out" if anything
uses NET? (I thought uninstall would at least leave behind any .DLL
used by another well-behaved application.)
Very simple. Did you install them through WU . If you did then some program called
on it to be installed. If you did not install it on your own then a program that you
installed it by needing it. The dot NET gets installed or Updated when a program
calls for it or needs it
Peter said:Rick
Very simple. Did you install them through WU . If you did then some
program called on it to be installed. If you did not install it on your
own then a program that you installed it by needing it. The dot NET gets
installed or Updated when a program calls for it or needs it
Rick Merrill said:Frankly, I 'thought' they were all installed by Windows Update. But I
have since removed a number of applications that might (might) have
claimed to need it in the past.
Rick said:Can one safely "uninstall" some of the .NET
installations?
LD55ZRA said:It depends on whether you installed all of them manually or did some
third party applications install redistributable versions on your system?
If you installed them yourself then probably you don't need them and so
uninstall them; If some third party applications installed them then you
do need them (not all but a specific version).
Very soon, you will be bombarded with version 4. I have downloaded and
installed on my system because I have started using VS 2010 for my work.
<http://www.microsoft.com/downloads/...51-5FF4-4491-B0E5-B386F32C0992&displaylang=en>
hth
Rick said:Assuming "version 4" is a good thing, wouldn't it be sensible to remove
1-3.5 of .NET first, then install NET4?
John John - MVP wrote:
Thank you. What would be the first step in "finding out" if anything
uses NET? (I thought uninstall would at least leave behind any .DLL
used by another well-behaved application.)
You fail to understand how the different .net versions work, they are
not backward compatible and applications only with the particular
version with which they were coded! An application needing version 1
will not work with verision 3, or 4...
occam said:The basic 'failure to understand' is one originating from Microsoft.
What clueless organisation would issue 5-6 versions of a developement
environment, all of which are independent and incompatible with each
other?
To put it another way, how many versions of Sun's Java environment do
you need on your machine to run Javascript?
Advice to the OP - if you have the patience, purge yourself of .NET.
As
far as 3d party applications go, for every one that needs .NET, there
are alternatives which do without .NET (and are the bette for it).
To put it another way, how many versions of Sun's Java environment do
you need on your machine to run Javascript?