L
Lou
How can I programmatically get the current framework version?
-Lou
-Lou
How can I programmatically get the current framework version?
System.Environment.Versionwill get you the CLR version loaded into
the process (so it will be 2.0 even if you use 3.x libraries).
Why is that so? Even if I build a new app under VS 2008 with 3.5 as
the target the Environment.Version returns 2.0....