Reinstall .NET Framework

Jartymyk Tomas 1 Reputation point
2022-04-19T10:45:47.12+00:00

Hello, i have problem with .Net framework, We have Windows Server 2019 and now after start ServerManager or for example azure tool for sync i get error about that i need .NetFramework 4.0
But when i dowload last version from MS and run install i get error: Cannot find object or property. I try fix tool for .NetFramework but it same.

Developer technologies .NET .NET Runtime
{count} votes

3 answers

Sort by: Most helpful
  1. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2022-04-20T02:26:56.713+00:00

    Hi @Jartymyk Tomas ,
    Please check the .net framework version installed on the server first.
    And then try to use offline installer.
    Best Regards.
    Jiachen Li

    ----------

    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.

    1 person found this answer helpful.

  2. Trenkler, Adam 6 Reputation points
    2022-11-30T00:35:46.867+00:00

    use command line
    dism /online /enable-feature /featurename:netfx4 /all
    and it should be all fine

    1 person found this answer helpful.

  3. Reginaldo Villela 1 Reputation point
    2022-04-20T03:17:44.66+00:00

    Hi @Jartymyk Tomas

    try this:

    194483-answer.png

    Or then, try install using net48-offline-installer

    Best Regards.
    Reginaldo Villela.

    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.