.net 3.5 available on Windows server 2019 but .net 4.5/.net4.6 are not?

Yankee30 206 Reputation points
2022-12-08T14:53:33.157+00:00

How is that we can install .net3.5 framework and .net4.7 framework by enabling it as a feature in Server Manager on Windows Server 2019.

But how come all the in between versions(4.5,4.6) and rest are not compatible with Windows Server 2019?

https://video2.skills-academy.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies

Thanks in advance if anyone can provide a clarification.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,609 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,580 questions
Windows Server Setup
Windows Server Setup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
247 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
426 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-12-08T15:23:28.34+00:00

    You can't do that on Server 2019 because the feature level is already at the 4.7 version. 4.7 is simply an in-place update to the 4.x versions so there isn't a reason to. If you installed an app targeted to .Net 4.5 on Server 2019 it should still run fine.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


2 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-12-08T15:03:52.143+00:00

    What problem are you trying to solve? The 4.x > 0 versions are all in-place updates to 4.x.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Anonymous
    2022-12-08T15:38:33.68+00:00

    If I don’t enable 4.7 version, can I then install 4.5.1 and 4.6 versions manually on 2019?

    No, you could not.

    Also how’s that the below URL speaks about 3.5 not compatible with server 2019 but still we see the option to enable it?

    You can use the Feedback link here to report issues with the page.

    268586-image.png

    --please don't forget to upvote and Accept as answer if the reply is helpful--