A higher version of the prerequisite above is already installed Microsoft .NET Framework 4.7.2

adil 1,431 Reputation points
2022-09-25T09:24:39.227+00:00

Hi, For installing SharePoint 2019 I prepared new Servers with latest windows updates and when i try to install Pre-Requisites i found below error in installation log file.

A higher version of the prerequisite above is already installed

Microsoft .NET Framework 4.7.2
4. 7.03190
2022-09-21 15:18:33 - A higher version of the prerequisite above is already installed

Microsoft 365 and Office | SharePoint Server | For business
{count} votes

Accepted answer
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2022-09-26T08:15:38.343+00:00

    Hi @adil ,

    It might be a .NET Framework version compatibility issue, you could check it as follows.
    In general, this error does not require any other action, just confirm which .NET Framework versions are installed on your system, please check How to: Determine Which .NET Framework Versions Are Installed.
    By default, an app runs on the version of .NET Framework that it was built for. If that version isn't present and the app configuration file doesn't define supported versions, a .NET Framework initialization error may occur. In this case, the attempt to run the app will fail.To define the specific versions on which your app runs, add one or more <supportedRuntime> elements to your app's configuration file. Each <supportedRuntime> element lists a supported version of the runtime.
    Reference: To configure your app to run on the .NET Framework 4 or later versions


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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 additional answers

Sort by: Most helpful

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.