I would like to determine the dotNET version(s) installed on my Windows system. Is there an easy way to do this?


Article Comments

Try the Free DotNet VersionCheck Utility from TMG.


May, 2011 - Permalink

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