Is there a reliable way to check for the latest .NET Framework version installed ? Most of the previous questions on this site are really old so I'm asking to see if there is a more updated method.
Asked
Active
Viewed 93 times
0
-
You can check in the registry, or, if you have visual studio installed, go to `Help -> About Microsoft Visual Studio`, there you should see your current version. – busuu Sep 16 '16 at 23:58
-
Do You wanna check for the latest or an specific version? – Niklas Sep 17 '16 at 00:01
-
@Milan I'm trying to find this out programmatically via C#. – John Doe Sep 17 '16 at 00:01
-
@Virgil Just the latest version installed on the clients computer. – John Doe Sep 17 '16 at 00:02
-
check the link above, i believe you will find your answer there. – Niklas Sep 17 '16 at 00:07
-
Problem is. That question is 7 years old. Isn't there a better way of doing this now ? – John Doe Sep 17 '16 at 00:09
-
2That's not a problem. The accepted answer has been updated many times since then, including information for v4.5+. – jdphenix Sep 17 '16 at 00:13
-
Learn about the site. It was revised [revision history](http://stackoverflow.com/posts/951915/revisions) – Drew Sep 17 '16 at 00:18