Jump to content

How to Install the .NET Framework 3.5 on Windows 8.1 RTM


AR_Alex

Recommended Posts

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 by AR_Alex
Link to comment
Share on other sites


  • Replies 12
  • Views 3.7k
  • Created
  • Last Reply

Top Posters In This Topic

  • BrutalRIP

    3

  • AR_Alex

    3

  • weylin

    1

  • exodius

    1

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.

Link to comment
Share on other sites


Full tutorial http://msdn.microsoft.com/en-us/library/hh506443.aspx

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

If you want net 3.5 updatable through windows update, try this code:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /Source:d:\sources\sxs
Link to comment
Share on other sites


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=630549

works for me on a updated Win8.1 x64 pro

It'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...

Link to comment
Share on other sites


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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...