M Michael A. Covington Aug 22, 2003 #1 Is there a simple way to make a C# program display the exact version (and sub-version) of .NET Framework that it is using?
Is there a simple way to make a C# program display the exact version (and sub-version) of .NET Framework that it is using?
P Peter Allwin [MSFT] Aug 22, 2003 #2 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.
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.