I want to verify if a computer is running .net 3.5 or 3.5 sp1, where do I look this info up?
Why did you remove the part on "How i found it" ?
Filip Ekberg
2009-01-09 21:02:03
A:
Open VS if you have it, click help and click about. it should tell you the .net version, VS version and other addins.
masfenix
2009-01-09 20:37:13
+2
A:
In the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
This topic has been covered here: http://stackoverflow.com/questions/182910/determine-highest-net-framework-version#182935
chills42
2009-01-09 20:37:59
+1
A:
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.
FryGuy
2009-01-09 20:42:15