views:

1001

answers:

4

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?

+1  A: 

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
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.
DannyAsher
A: 
DannyAsher
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
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
+1  A: 

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
A: 

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

http://blogs.msdn.com/b/astebner/archive/2008/08/28/8904493.aspx

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

hwjp