vote up 1 vote down star

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

flag

22% accept rate

4 Answers

vote up 2 vote down

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

link|flag
vote up 2 vote down

You can find the answer here.

link|flag
Why did you remove the part on "How i found it" ? – Filip Ekberg Jan 9 at 21:02
vote up 1 vote down

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.

link|flag
vote up 0 vote down

Open VS if you have it, click help and click about. it should tell you the .net version, VS version and other addins.

link|flag
This has nothing to do with Visual Stuido. – Filip Ekberg Jan 9 at 20:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.