Find .NET framework version

Finding which version of dotnet framework is used in an Assembly..

 
using System.Reflection;

Assembly ambly = System.Reflection.Assembly.ReflectionOnlyLoadFrom("G:\\AjaxControlToolkit.dll");
Response.Write(ambly.ImageRuntimeVersion);
Ebook Download
View all
Learn
View all