|
|
Microsoft .NET Framework Requirement
Reference Number: AA-00850 Views: 11195 Last Updated: 08-24-2022 10:18 AM |
0 Rating/ Voters
|
    |
The Microsoft .NET Framework must be installed on all machines with SiteAudit applications. This article describes which .NET version is required and how to determine which version is installed.
SiteAudit Version | .NET Framework Version |
---|
7.5 or later | .NET Framework 4.8 | 7.0 | .NET Framework 4.6.2 |
How to Determine Which Version of .NET Framework is InstalledFor convenience, below is the relevant portion of the Microsoft MSDN article describing how to determine which version of the .NET Framework is installed. Find .NET Framework Version Using PowerShellRun the following command in PowerShell. A value is returned that indicates which .NET framework version is installed. Use the table below to determine which version is installed (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full").Release The following command can be run to determine if the .NET Framework version is 4.8 or later. If the value returned is True, then .NET Framework is 4.8 or later. (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full").Release -ge 528040
Find .NET Framework Versions Using Windows Registry
-
On the Start menu, choose Run.
-
In the Open box, enter regedit.exe.
You must have administrative credentials to run regedit.exe.
-
In the Registry Editor, open the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
Note |
If the Full subkey is not present, then you do not have a the .NET Framework 4.8 installed.
|
Check for a DWORD value named Release. The existence of the Release DWORD indicates that the .NET Framework 4.8 or newer has been installed on that computer.
The value of the Release DWORD indicates which version of the .NET Framework is installed.
Value of the Release DWORD
|
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
|
Windows 10 systems: 393295 All other OS: 393297
|
.NET Framework 4.6
|
Windows 10 November Update: 394254 All other OS: 394271
|
.NET Framework 4.6.1
|
Windows 10 Anniversary Update: 394802 All other OS: 394806
|
.NET Framework 4.6.2
|
Windows 10 Creators Update: 460798 All other OS: 460805 | .NET Framework 4.7 | Windows 10 Fall Creators Update and Windows Server, version 1709: 461308 All other OS: 461310 | .NET Framework 4.7.1 | Windows 10 April 2018 Update and Windows Server version 1803: 461808 All other OS: 461814 | .NET Framework 4.7.2 | Windows 10 May 2019 Update and Windows 10 Nov 2019: 528040 Windows 10 and Windows Server, version 1909: 528209 All other OS: 528049 | .NET Framework 4.8 |
Refer to the following article for newer .NET versions: How to Determine Which .NET Framework Versions are Installed
Attachments
|
Microsoft .NET Framework Requirement_(German).pdf |
0.3 Mb |
Download File |
|
|
|