AR_Alex Posted August 31, 2013 Share Posted August 31, 2013 (edited) So I came across a problem in which I tried to install a program that required .Net framework 2.0 for the program to be installed and I got this message from windows update to download and install 3.5 so I did but then I got an error (0x800F0906) to be exact. I figured this out to get 3.5 installed so I can finally install my program with windows 8.1.Step 1: Insert the windows 8.1 RTM installation media (USB or DVD)Step 2: Open up Command Prompt (admin mode)Step 3: Run this command - Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess(Replace the <drive> with the letter of your installation media)Step 4: Just wait till the installation finishes and then install your program :)Step 5: Thats it you are all done :D Edited August 31, 2013 by AR_Alex Quote Link to comment Share on other sites More sharing options...
weylin Posted August 31, 2013 Share Posted August 31, 2013 I just found this fix this morning while trying to install Windows Live Mail.If you have the Windows 8.1 .iso, you can mount it with Windows and do this fix. Quote Link to comment Share on other sites More sharing options...
exodius Posted September 1, 2013 Share Posted September 1, 2013 Full tutorial http://msdn.microsoft.com/en-us/library/hh506443.aspxDISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxsIf you want net 3.5 updatable through windows update, try this code:DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:d:\sources\sxs Quote Link to comment Share on other sites More sharing options...
BrutalRIP Posted September 1, 2013 Share Posted September 1, 2013 (edited) doest work for me gets to 99.8% then fails and yes i am online Edited September 1, 2013 by BrutalRIP Quote Link to comment Share on other sites More sharing options...
Guest maut Posted September 2, 2013 Share Posted September 2, 2013 (edited) Doesn't work.. :(It's stuck at 62.6% Edited September 2, 2013 by maut Quote Link to comment Share on other sites More sharing options...
Guest maut Posted September 2, 2013 Share Posted September 2, 2013 I get the same error as BrutalRIP Quote Link to comment Share on other sites More sharing options...
tezza Posted September 2, 2013 Share Posted September 2, 2013 (edited) If language packs installed, they must be uninstalled then install NF3.5 and then reinstall language pack.Try NET framework 3.5 standalone installer for 8.1http://www.nsaneforums.com/topic/184344-net-framework-35-standalone-installer-for-windows-81-x86x64/?do=findComment&comment=630549 Edited September 3, 2013 by tezza Quote Link to comment Share on other sites More sharing options...
BrutalRIP Posted September 2, 2013 Share Posted September 2, 2013 fixed mine using a tutorial from another site www.thewindowsclub.com/enable-net-framework-windows-8-consumer-preview Quote Link to comment Share on other sites More sharing options...
AR_Alex Posted September 2, 2013 Author Share Posted September 2, 2013 As @tezza said if you have any language packs please uninstall first then try and install NF3.5 Quote Link to comment Share on other sites More sharing options...
BrutalRIP Posted September 2, 2013 Share Posted September 2, 2013 (edited) i didnt have any instaled still didnt work had to follow the other tut Edited September 2, 2013 by BrutalRIP Quote Link to comment Share on other sites More sharing options...
Polgaso Posted September 2, 2013 Share Posted September 2, 2013 (edited) tnx Edited September 2, 2013 by Polgaso Quote Link to comment Share on other sites More sharing options...
erion Posted September 6, 2013 Share Posted September 6, 2013 installing with a standalone installer from this post ;http://www.nsaneforums.com/topic/184344-net-framework-35-standalone-installer-for-windows-81-x86x64/?do=findComment&comment=630549works for me on a updated Win8.1 x64 pro Quote Link to comment Share on other sites More sharing options...
AR_Alex Posted September 6, 2013 Author Share Posted September 6, 2013 installing with a standalone installer from this post ;http://www.nsaneforums.com/topic/184344-net-framework-35-standalone-installer-for-windows-81-x86x64/?do=findComment&comment=630549works for me on a updated Win8.1 x64 proIt's kind of the same thing but the one I found is the manual way of doing it. But if there is some newbies here go with the gui option so you dont break something lol... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.