1

Uninstalled VS2010 Beta 2. Uninstalled .NET Framework 4 Extended Beta 2.

On attempting to uninstall .NET Framework 4 Client Profile Beta 2. I get

Blocking Issues: You must uninstall the .NET Framework 4 Extended Beta 2 before you uninstall the .NET Framework 4 Client Profile Beta 2.

On attempting to reinstall Framework 4 Beta 2 I get:

Details: Same or higher version of .NET Framework 4 Beta 2 has already been installed on this computer.

Please help!

Can I simply remove registry entries and the C:\WINDOWS\Microsoft.NET\Framework\v4.0.21006 directory?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Daniel Asher
  • 1,493
  • 1
  • 16
  • 21

4 Answers4

1

I just did this the other day. I used "Uninstall Programs" (formerly "Add/Remove Programs") in Control Panel to remove everything that had "beta 2" in the name.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
  • That's what I did - however on uninstalling .NET Framework 4 Client Profile Beta 2 I get the error listed above. I believe my only option is to manually uninstall or format my hard drive. – Daniel Asher Feb 15 '10 at 14:09
1

In addition to removing all keys under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4 I had to also remove this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4.0 After doing this, the uninstaller for client profile beta 2 no longer complains.

Richard Walters
  • 1,464
  • 8
  • 16
1

I had major trouble uninstalling the .net framework 4.0 (non-beta). came across this app, which may help others:

Link

but it didn't work for me. i've deleted all the registry keys as per the above, but that didn't work either...

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
hwjp
  • 15,359
  • 7
  • 71
  • 70
0
Daniel Asher
  • 1,493
  • 1
  • 16
  • 21
  • 1
    Your link is dead...It's helpful when you post links to also say what it links to so another link can be found. – Nate Zaugg Jun 29 '10 at 18:37
  • It was a link to offline redistributable installer for .NET 4.0 beta 2 (it was used in a [different answer](http://stackoverflow.com/questions/1686629/where-i-found-dotnet-4-installer/1686651#1686651)). – devmake Aug 21 '10 at 20:08