2 Ways To Find The Versions of .NET Framework Installed on Your Computer
Posted by Mayur Somani in HackTrix, Tools and Apps
Most of the applications that are written using .NET suite of programming languages (like C#) require a specific version of .NET framework to run. You must have seen on the boxes of many software that .NET framework 2 is required for this application to run. But how to determine which versions of .NET framework is installed on your computer. I wrote versions because you may have more then one versions of .NET framework installed.
One way to find out the installed versions of .NET framework is to go to Add/Remove programs and look there.

However, the best method to do this is to use ASoft .NET Version Detector. It is a small tool that displays information about the .NET framework on your computer. The versions that are already installed are displayed in green where as the versions not installed on your computer are shown in red color. It also shows the official download link of the versions not installed on your computer, so that you can download and install them immediately.

Download ASoft .NET Version Detector here.
Enjoy!




Comments
One Response to “2 Ways To Find The Versions of .NET Framework Installed on Your Computer”Trackbacks
Check out what others are saying about this post...[...] application is written in C# and it requires .NET Framework 3.5. You can easily find out the version of .NET framework installed on your computer and download the versions that are not [...]