How can I get the current CLR Runtime version in a running .NET program ?
+9
A:
Check out System.Environment.Version property (http://msdn.microsoft.com/en-us/library/system.environment.version.aspx).
Laurent Etiemble
2009-12-01 14:56:01
It was right there - thanks.
driis
2009-12-01 14:58:45