A
AA2e72E
.... programatically using C#?
Thanks.
Thanks.
There's nothing in .NET that does this. AFAIK, you have to look at the
registry and what's actually installed on the disk.
... programatically using C#?
I was able to establish the version in use with
System.Environment.Version.ToString();
If C# 4.0 is able to target multiple frameworks, I expected to be able to
establish the installed versions more ... readily perhaps (?).