Unable to install IIS on Windows 10 Enterprise LTSC Version 1809

Mary Martin 1 Reputation point
2025-02-18T16:11:43.0333333+00:00

I am trying to install IIS on a Windows 10 Enterprise LTSC laptop. The version is 1809.

I used Control Panel --> Programs and Features --> Turn Windows features on or off

When I click on IIS and OK, I then receive the message:

The referenced assembly could not be found

Error code: 0x80073701

When I clicked on the link to fix the error it took me to a page that didn't even contain that error code. It took me to one about .NET Framework 3.5 (which is already installed). I downloaded the file so I could reinstall 3.5 but the program wouldn't launch at all.

Other software has been installed successfully, but a Windows Feature will not install. Has anyone experienced this? Any ideas how I can fix this?

Oh, and I'm logged in as a local administrator.

Thank you for any help you can provide.

Mary

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 23,071 Reputation points MVP
    2025-04-21T01:37:09.08+00:00

    The error code 0x80073701 when installing IIS on Windows 10 Enterprise LTSC version 1809 typically indicates a problem with missing or corrupted system components, often related to the Windows Component Store or system files.

    Open Command Prompt as Admin and copy-paste the following commands and hit the enter key after each command:

    sfc /scannow

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    Reboot and retry to install.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.