1. Home
  2. PC and Server
  3. .Net
  4. Determine Which .NET Framework Versions Are Installed – .Net Instruction Article

Determine Which .NET Framework Versions Are Installed – .Net Instruction Article

Bookmark(0)

Summary

Often when installing software, the new software will require specific versions of .NET Framework to be installed. This document seeks to help simply the process of determining what versions of .NET Framework are currently installed on a Windows based computer.

Instructions

EXTREME CARE should be taken when working with any system registry. Permanent irrecoverable damage can result.

  1. Open the Registry Editor by:
    •  Pressing the Windows-R keys simultaneously for the “Run” prompt
    • Entering “regedit.exe” in the prompt and pressing Enter
  2. Open the correct subkey:
    • For .NET Framework v1-4: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP (installed versions are listed under the NDP subkey with the specific long version number stored in the “Version” entry)
    • For .NET Framework v4.5 and higher: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full (look for the DWORD value “Release”…the existence of this DWORD indicates that .NET Framework 4.5 or newer has been installed)
  3. Identify the correct versions:
    • .NET Framework v1-4 you will see listed in the NDP subkey
    • .NET Framework v4.5 and higher you will need to find the DWORD “Release” under the NDP\v4\Full subkey

Outside Sources and Helpful Links

Instructions with Images from Microsoft: http://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx

 

Updated on February 2, 2018

Was this article helpful?

Related Articles

Need Help?
Click the link below to submit a support ticket
Submit Ticket