Leon_Amirreza wrote: > How to obtain .net framwork programatically? > I used Environment.Version; it reports version 2 on a Vista machine that > .net 3.5 SP1 is installed: > This is correct. Environment.Version reports the CLR version, which is 2.0 (with a different build for 2.0 SP1) for all version of the framework >= 2...


