Display the exact version of .NET in use?

  • Thread starter Thread starter Michael A. Covington
  • Start date Start date
M

Michael A. Covington

Is there a simple way to make a C# program display the exact version (and
sub-version) of .NET Framework that it is using?
 
Michael,

System.Environment.Version might be what you're looking for.


Best Regards,

Peter Allwin


This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top