Rider asks to install .NET Framework 4.7.2 Developer Pack even though it is installed

12,472

Solution 1

I found the solution over here.

There are two approaches. The first approach should be taken if you have installed the Visual Studio and the second if you did not do that.

I have a new laptop which had no Visual Studio in it. So, I decided to try out the second approach and just follow the directions provided in the article. It did not work out even though I did exactly as said in the manual, so there is no need to try out the first approach.

But the mere Visual Studio installation tackled the problem.

Solution 2

Windows is very confusing about the current crop of .NET releases. You probably installed the runtime, and not the SDK.

For the SDK, you need to here https://dotnet.microsoft.com/download/visual-studio-sdks and download the "Developer Pack".

Share:
12,472
Yaroslav Trofimov
Author by

Yaroslav Trofimov

Updated on June 11, 2022

Comments

  • Yaroslav Trofimov
    Yaroslav Trofimov almost 2 years

    Why does Rider ask me to install .NET Framework 4.7.2 Developer Pack even though it is installed?

    I am working with Unity3d using Rider.

    Here is what Rider asks me to do:

    7:41 PM .NET Framework Not Installed: Download and install .NET Framework 4.7.2 Developer Pack

    I did download and install the pack from over here.

    I even reopened the Rider, but the problem persists.

    Anything else I could try out?