DotNet Removal?

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

Is it possible to completely removal all of DOTNET and then start
over? I've managed to munge powershell and apparently it's intimately
intertwined with some or all versions of dotnet. Hemce I'd like to
just start over with dotnet from version 1+ thru 3.5+. Thanks for any
help and/or advice.

Don
 
1. Before doing anything else, write down the .NET Framework versions which
are already installed:

How to determine which versions of the .NET Framework are installed and
whether service packs have been applied
http://support.microsoft.com/kb/318785

2. Now see Resolution Method 2 in http://support.microsoft.com/kb/923100
(ignore the title). After running the appropriate/needed tool, (re)install
all .NET Framework versions manually using the download links on the page.

NB: KB923100 references this page:
http://blogs.msdn.com/astebner/archive/2006/05/30/611355.aspx. Please read
ALL of it as well as the related page
http://blogs.msdn.com/astebner/pages/8904493.aspx before using the .NET
Framework Cleanup Tool.

=======

Do I need still need older versions of the .NET Framework on my system after
installing .NET Framework 3.5 SP1?
http://blogs.msdn.com/astebner/archive/2009/04/20/9557946.aspx
 
Don said:
Is it possible to completely removal all of DOTNET and then start
over? I've managed to munge powershell and apparently it's intimately
intertwined with some or all versions of dotnet. Hemce I'd like to
just start over with dotnet from version 1+ thru 3.5+. Thanks for any
help and/or advice.

Don

Uninstalling .NET Framework:
http://www.pagestart.com/netframeworkpart2pg2.html

Where to download the .Net Redistributables:
http://www.pagestart.com/netframeworkdwnldlinks.html

NET Framework - Disk space requirements, Part 2:
http://www.pagestart.com/netframeworkpart2.html

NET Framework 3.5 SP1 - Temporary Folder is not deleted
http://www.pagestart.com/netframework35sp1error.html
 
Back
Top