Pages

Monday, September 17, 2012

Find the .net Framework Version in windows machine

Find the .net Framework Version in windows machine



.Net Framework version is an important consideration for SQL Server Installation on Windows machine.

To find the .Net Framework version follow the steps:


1. Open CMD and run the below command:

dir  /b  %windir%\Microsoft.NET\Framework\v*

Output will show the list of .Net Frameworks installed and the latest one is the version of .Net Framework.


Above output shows the version of .Net Framework in the machine as 3.5.

Hope the above information helps.

Thanks