Cant install .NET Framework 3.5 error code 0x800F0922

oscar ayora 1 Reputation point
2020-11-26T09:20:48.467+00:00

I need to install the .NET Framework 3.5 but appears the error code 0x800F0922.

It tried to follow the instructions in the page of "How to solve this problem":
".NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922"

In the point:

  • Resolution for Windows 10-> Error code 0x800F0922 -> when I do the step 7 In the Command Prompt window, type the following command and press Enter:
    appears the following error:

Error: 0x800f0922

Error de DISM. No se realizó ninguna operación.
Para obtener más información, revise el archivo de registro.

El archivo de registro de DISM se encuentra en C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>

What can I do?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,611 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,119 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,902 questions
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 15,111 Reputation points MVP
    2020-11-26T13:28:28.003+00:00

  2. Jenny Feng 14,076 Reputation points
    2020-12-02T07:21:05.697+00:00

    @oscar ayora
    Hi,

    There is a bug in Win 10 Enterprise while trying to upgrade to .Net 3.5. Here are the steps to perform the same:

    1. Load the Win 10 ISO onto a specific drive on your machine (say F:)
    2. Run the following command to install .Net framework 3.5 from the loaded ISO:
      Dism /online /enable-feature /featurename:NetFX3 /All /Source:F:\sources\sxs /LimitAccess

    Also, you could try install in safe mode with networking.
    Check if you have installed 4.6, please uninstall 4.6 then install 3.5.

    In addition, here are some posts with the similar issue with yours, just for your reference, you can try the method mentioned in them:
    https://social.technet.microsoft.com/Forums/en-US/8206f13f-0106-4302-b9b0-42ef751873e6/error-0x800f0922-installing-net35?forum=win10itprogeneral

    Hope above information can help you.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments