How do I find out the local DotNet version ?

  • Thread starter Thread starter Sven Mayer
  • Start date Start date
S

Sven Mayer

When I inspect a new computer. How can I find out which DotNet version (e.g. NONE, or 3.0 or 4.0)
is currently installed on it?

Sven
 
Hmmm well I know that when you go to administrative tools in your control
panel, you will see .NET Configuration and Wizards if it's installed with
the version name displayed.
Or, you can go to the windows\Microsoft.Net\framework directory and that dir
will contain a subdir for every .NET framework version installed (eg
v1.0.3705)

Hope that helps.
 
Back
Top