How to find version of .NET used?
To find .NET Framework versions by viewing the registry (.NET Framework 1-4)
- 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
The installed versions are listed under the NDP subkey. The version number is stored in the Version entry. For the .NET Framework 4 the Version entry is under the Client or Full subkey (under NDP), or under both subkeys.
Note The "NET Framework Setup" folder in the registry does not begin with a period.
source : https://msdn.microsoft.com/en-in/library/hh925568(v=vs.110).aspx
visit above link for more details
Comments
Post a Comment