Error 0x80073701 when trying to install .net framework 3.5 in windows server 2016 datacenter

Pedro Ferreira 1 Reputation point
2020-09-30T10:17:49.047+00:00

Hi, we need some help regardind the installation of .NET Framework 3.5 in windows server 2016 datacenter.

We have a vmware infrastructure and plenty of vm's with the very same template from windows 2016 datacenter. In every single one we could install .net framework 3.5 without problems.

On this one, that we have SQL Server Standard 2019 we can't install .NET Framework 3.5. The Error 0x80073701 appears in logs.
We tried already several steps. Install from CD, install from powershell. Delete some language packs. Reinstall Language packs.
The problem always persists.

We need .net 3.5 because we need to install a sql 32 bits instance on the same machine.

How can we get pass this?

thanks in advance.

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Leon Laude 86,026 Reputation points
    2020-09-30T11:48:49.517+00:00

    Hi @Pedro Ferreira ,

    I would start by checking the system and servicing health by running the following commands:

    sfc /scannow  
      
    dism /online /cleanup-image /restorehealth  
    

    Also try installing the latest cumulative update.

    If none of the above helps, you could try a repair install, and if that also doesn't help it might be faster performing a clean install.

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

  2. Pedro Ferreira 1 Reputation point
    2020-09-30T12:01:02.3+00:00

    Hi LeonLaude
    we already tried that steps and it didn't work.

    A repair or clean install it's not possible because this is the production sql server. We have several instances and services working 24 hours.


  3. Joy Qiao 5,792 Reputation points Microsoft Employee Moderator
    2020-10-01T06:27:12.577+00:00

    Hi,

    Does the error occur in CBS.log or event log?

    If in CBS, are there any error codes recorded in the Event Viewer(Windows Logs\Applications, Setup, System)?

    Did you try to repair system through other ISO image?
    Please refer the link below and specify a source for DISM command:

    How to use DISM command tool to repair Windows 10 image

    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    Bests,

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

    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

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.