.NET Framework Version

  • Thread starter Thread starter Yosh
  • Start date Start date
Y

Yosh

Is there a tool that will tell my the current .Net Framework version? I
don't need to do it programmically using the Environment.Version. I need a
command line application that will tell me?

Thanks,

Yosh
 
Hi,

You can have more than one .NET framework installed on a box. So, there is
nothing like 'current .NET framework' version.

To see the installed .NET F/W versions, check this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy

Hope I got your question right.

Is there a tool that will tell my the current .Net Framework version? I
don't need to do it programmically using the Environment.Version. I need a
command line application that will tell me?

Thanks,

Yosh
 
instead just go to

C:\WINDOWS\Microsoft.NET\Framework

and more then likely a directory called v1.1.4322 will be there
 
Back
Top