How to detemine what version of .Net Framwork is installed on the server?
N/A
To determine the version and service patch of a .NET Framework installed :
- open the registry using registry editor(regedit)
- navigate to the path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\
- Look at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\vX.X.XXXXX
vX.X.XXXXX is the version of the .NET Framework installed on the server.
Microsoft Windows allow multiple version of .NET Framework installed concurrently.
- Look at the value SP inside this key, the value is the service pack installed
In exemple, for the framework 2.0
Key Path : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727
Vaule SP value : 2
The above information means the Framework 2.0 sp2 is installed
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center