Top ".net-4.6" questions

.NET 4.6 (previously called .NET 4.5.3) is the latest framework release from Microsoft.

How to install .NET 4 Framework in Windows 10

How can I install the .NET 4.0 Framework in Windows 10? .NET 4.6 is already installed but I want to have .NET 4 Framework (…

.net windows-10 .net-4.6
Error Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default

I am trying to target .NET 4.6 and also take advantage of the latest C# version by changing the C# language …

c# .net asp.net-mvc-5.2 .net-4.6
Feature 'using declarations' is not available in C# 7.3. Please use language version 8.0 or greater - Error on one machine but works on another

When using Visual Studio Enterprise 16.3.7 on two separate machines one builds fine and the other machine throws the error: Feature …

c# .net-4.6
How to build .NET 4.6 Framework app without Visual Studio installed?

Until now, I could build .NET 4.5.2 using command line c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild MySolution.sln The only …

msbuild .net-4.6
Visual Studio 2013 and .NET 4.6

I'm trying to set the 4.6 .NET framework for my project and in the settings, as it wasn't listed, I chose …

.net visual-studio-2013 windows-8.1 .net-4.6
Can you install .NET 4.5 on Windows Server 2016?

I'm trying to setup an app on an Azure instance that another developer created. I'm trying to user a service …

windows-server-2012-r2 .net-4.6 .net-4.5.2
HttpClientFactory.Create vs new HttpClient

I am curious what is the purpose of the HttpClientFactory class. There is no description of why it exists on …

.net dotnet-httpclient .net-4.6
Shortest way to deserialize XmlDocument

I am looking for a clean and short way to deserialize a XmlDocument object. The closest thing I found was …

c# xml .net-4.5 .net-4.6
How can I change a .NET standard library to a .NET framework library?

I'm writing a class library for a simple parser in C#. When I first created it, I used .NET standard 2.0, …

c# .net .net-standard .net-framework-version .net-4.6
Error - could not find al.exe using sdkToolsPath

I migrated a Visual Studio 2012 solution to Visual Studio 2015. I'm working on Windows 10. The target .NET Framework of my solution …

c# .net-4.5 visual-studio-2015 windows-10 .net-4.6