views:

463

answers:

4

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

+2  A: 

You can find the answer here.

Filip Ekberg
Why did you remove the part on "How i found it" ?
Filip Ekberg
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
This has nothing to do with Visual Stuido.
Filip Ekberg
+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
+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