From: Rick Merrill on 24 Apr 2010 07:11 Can one safely "uninstall" some of the .NET installations?
From: John John - MVP on 24 Apr 2010 07:23 Rick Merrill wrote: > Can one safely "uninstall" some of the .NET > installations? 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
From: Don Phillipson on 24 Apr 2010 07:21 "Rick Merrill" <Rick0.merrill(a)gmail.nospam.com> wrote in message news:OWaij754KHA.5548(a)TK2MSFTNGP04.phx.gbl... > Can one safely "uninstall" some of the .NET > installations? Probably not: MS documentation says if you need NET.3 at all, you need NET.2 and NET.1 as well. That is the way it is built. -- Don Phillipson Carlsbad Springs (Ottawa, Canada)
From: Rick Merrill on 24 Apr 2010 10:26 John John - MVP wrote: > Rick Merrill wrote: >> Can one safely "uninstall" some of the .NET >> installations? > > 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.)
From: Peter Foldes on 24 Apr 2010 11:11 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 -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. http://www.microsoft.com/protect "Rick Merrill" <Rick0.merrill(a)gmail.nospam.com> wrote in message news:OWaij754KHA.5548(a)TK2MSFTNGP04.phx.gbl... > Can one safely "uninstall" some of the .NET > installations?
|
Next
|
Last
Pages: 1 2 3 Prev: Printing, or saving to Excel, directory tree Next: Right Click problem |