2

I want to verify if a computer is running .net 3.5 or 3.5 sp1, where do I look this info up?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
Blankman
  • 259,732
  • 324
  • 769
  • 1,199

4 Answers4

3

In the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP

This topic has been covered here: Determine highest .NET Framework version

Community
  • 1
  • 1
chills42
  • 14,201
  • 3
  • 42
  • 77
2

You can find the answer here.

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
Filip Ekberg
  • 36,033
  • 20
  • 126
  • 183
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