what is this "1033" number that appears in many MS program folders or
registry key?
Just curois!
"Jeroen Mostert" <(E-Mail Removed)> wrote in message
news:48e4d3f3$0$184$(E-Mail Removed)...
> 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
> so far.
>
> You'll have to do some registry checking to get the version of the
> framework beyond the runtime. See
> http://blogs.msdn.com/astebner/archi...9/6608419.aspx
>
> --
> J.