I want to verify if a computer is running .net 3.5 or 3.5 sp1, where do I look this info up?
|
|
|
|
|
|
|
In the registry:
This topic has been covered here: http://stackoverflow.com/questions/182910/determine-highest-net-framework-version#182935 |
||
|
|
|
|
You can find the answer here. |
|||
|
|
|
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. |
||
|
|
|
|
Open VS if you have it, click help and click about. it should tell you the .net version, VS version and other addins. |
||
|
