Reputation: 267320
I want to verify if a computer is running .net 3.5 or 3.5 sp1, where do I look this info up?
Upvotes: 1
Views: 1472
Reputation: 8744
If you want a fast answer without a lot of work, you could go to http://www.smallestdotnet.com/ in IE, and it will tell you.
Upvotes: 1
Reputation: 14533
In the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
This topic has been covered here: Determine highest .NET Framework version
Upvotes: 3
Reputation: 8016
Open VS if you have it, click help and click about. it should tell you the .net version, VS version and other addins.
Upvotes: 0