0x80070490 when trying to enable/install .NET framework 3.5

Anonymous
2024-11-13T09:12:29+00:00

i tried some stuff from other people like

"DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth"

downloading dotnetfx35

windowsupdatefixer_2.1.2

nothing worked, this problem started appearing 2 days ago after a windows update.

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Ramesh Srinivasan 69,010 Reputation points Independent Advisor
    2024-11-13T09:46:10+00:00

    Hi, This is Ramesh.

    The error code 0x80070490 can usually be resolved by removing .NET Framework 3.5 and reinstalling it.

    From the admin Command Prompt, run:

    dism /online /disable-feature /featurename:NetFX3

    Restart Windows.

    Then run the following command to reinstall it:

    dism /online /enable-feature /featurename:NetFX3 /All

    Note:

    If that doesn't help, we must use the DISM /Add-Package method to install it. See the accepted solution in this link:

    Error code 0x80070490 when trying to enable/install .Net Framework 3.5 - Microsoft Community:

    https://answers.microsoft.com/en-us/windows/for...

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful