- Getting Started
- Requirements
- Best Practices
- Installation
- Updating
- Identity Server
- Troubleshooting startup errors
Finding the .NET Framework Version
You can view what version of .NET Framework you have installed on a given machine, by looking into the Registry Editor, as follows:
The installed versions are listed under the NDP subkey. The version number is stored in the Version entry. In the case of .NET Framework 4, the Version entry is located under the Client or the Full subkey under NDP, or under both subkeys.
The value of the Release DWORD indicates which version of the .NET Framework is installed.
Value of the Release DWORD |
.NET Framework Version |
---|---|
378389 |
.NET Framework 4.5 |
378675 |
.NET Framework 4.5.1 installed with Windows 8.1 or Windows Server 2012 R2 |
378758 |
.NET Framework 4.5.1 installed on Windows 8, Windows 7 SP1, or Windows Vista SP2 |
379893 |
.NET Framework 4.5.2 |
On Windows 10 systems: 393295 On all other OS versions: 393297 |
.NET Framework 4.6 |
On Windows 10 November Update systems: 394254 On all other OS versions: 394271 |
.NET Framework 4.6.1 |
On Windows 10 Anniversary Update: 394802 On all other OS versions: 394806 |
.NET Framework 4.6.2 |
On Windows 10 Creators Update: 460798 On all other OS versions: 460805 |
.NET Framework 4.7 |
On Windows 10 April 2018 Update and Windows Server version 1803: 461808 On all other Windows 10 and Windows Server versions: 461814 |
.NET Framework 4.7.2 |
On Windows 10 May 2020 Update and Windows 10 October 2020 Update: 528372 On Windows 10 May 2019 Update and Windows 10 November 2019 Update: 528040 On all other OS versions: 528049 |
.NET Framework 4.8 |