How can I determine which .NET framework versions are installed on my system?
Modified on 2025-06-10 14:41:40 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Important: We no longer maintain this article. The information might be out of date.
I would like to determine the dotNET version(s) installed on my Windows system. Is there an easy way to do this?
Article Comments
Alternatively you can find the version number of each installed framework in the registry tree on the left-pane at this registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
If you click at the major version number key there will be a string value called “version” on the right-pane which will show the full version number of the selected framework.
Sep, 2012 - Permalink
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
Try the Free DotNet VersionCheck Utility from TMG.
May, 2011 - Permalink