.Net Framework - How to check the version installed

.Net Framework is needed for Microsoft Application development. Sometime, you may want to find what is the latest version installed in your machine. You can checked it at

\Microsoft.NET\Framework.

is the directory of your Window install path. Most of the time, it is C:\Windows

Inside this folder, it will have sub folders start with vXXXX, ie v3.5. The XXXX is the version installed and supported by your machine.

Comments

Post a Comment

Popular Posts