0

I'm trying to install .NET developer pack 4.7.2. I've downloaded the installer from the MS dotnet download website. I run the installer and it says it succeeded. If I run it again it says .NET 4.7.2 Developer Pack is already installed and I can repair or uninstall. But if I look around I cannot find any clue that .NET 4.7.2 developer pack (AKA .NET 4.7.2 SDK) is installed. (Only some other versions are installed.)

enter image description here

3
  • 2
    Windows 10 22H2 has .NET 4.8.1 built-in 4.7.2 and 4.8.1 cannot be installed on the same system. I assume you want the developer pack so you use the .NET 4.7.2 Targeting Pack within Visual Studio? It appears you have a very old version of .NET Core installed (more than 4 years old). The command you’re using is only picking up .NET Core installations by the way.
    – Ramhound
    Commented Jul 17, 2023 at 2:56
  • As per these instructions perhaps specifically: learn.microsoft.com/en-us/cpp/build/… Commented Jul 17, 2023 at 3:03
  • Just to clarify, before more confusion arises: The targeting pack is not the framework and can be installed and must be used when targeting 4.7.2.
    – Daniel B
    Commented Jul 17, 2023 at 5:24

0

You must log in to answer this question.

Browse other questions tagged .