Top ".net-4.7.2" questions

.NET Framework 4.7.2 was released on April 30th, 2018, and includes several improvements.

Why is .Net Framework 4.7.2 "not supported on this operating system"? (Windows 10)

I was trying to install the .NET 472 developer pack on a Windows 10 machine, and got this error. I have been …

.net .net-4.7.2
"Error 0x800713ec - Asia" when Installing .NET Framework 4.7.2 targeting pack

I downloaded and tried to install the .NET Framework 4.7.2 Targeting Pack. When the downloaded installer runs it produces this error …

.net .net-4.7.2
Could not load file or assembly 'Microsoft.Data.SqlClient

I am calling a .net standard 2.0 library from a framework 4.7.2 test project sucessfully. If I take my .net standard 2.0 dll (…

azure-devops entity-framework-core nuget .net-standard .net-4.7.2
Azure build:are you missing an assembly reference?

My winforms application builds ok on my machine. However when the pipeline tries to build it shows Error CS0234: The …

azure-devops .net-4.7.2
install .net framework 4.7.2 in docker

I'm new to .Net Environment, I'm trying to implement docker here for my firm. They were using 4.5 earlier so I …

asp.net docker dockerfile .net-framework-version .net-4.7.2
C# 8 features in .NET Framework 4.7.2

In a c# project targeting .NET Framework 4.7.2 I made a local function static because Visual Studio (16.3.3) suggested it. Everything compiled …

c# visual-studio-2019 c#-8.0 .net-4.7.2
The type or namespace name 'HttpResponseMessage' could not be found

I have verified that the file which has the HttpResponseMessage as return type is set to "compile" like they said …

c# nuget .net-4.7.2