Blankman
Blankman

Reputation: 267320

where can I lookup if I am running .net 3.5 or 3.5 sp1?

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

Upvotes: 1

Views: 1472

Answers (4)

FryGuy
FryGuy

Reputation: 8744

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.

Upvotes: 1

Filip Ekberg
Filip Ekberg

Reputation: 36327

You can find the answer here.

Upvotes: 2

chills42
chills42

Reputation: 14533

In the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP

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

Upvotes: 3

masfenix
masfenix

Reputation: 8016

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

Upvotes: 0

Related Questions