I want to verify if a computer is running .net 3.5 or 3.5 sp1, where do I look this info up?
Asked
Active
Viewed 1,452 times
4 Answers
3
In the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
This topic has been covered here: Determine highest .NET Framework version
2
You can find the answer here.

GEOCHET
- 21,119
- 15
- 74
- 98

Filip Ekberg
- 36,033
- 20
- 126
- 183
-
Why did you remove the part on "How i found it" ? – Filip Ekberg Jan 09 '09 at 21:02
1
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
- 8,614
- 3
- 33
- 47
0
Open VS if you have it, click help and click about. it should tell you the .net version, VS version and other addins.

masfenix
- 7,736
- 11
- 45
- 60