M
Mountain Bikn' Guy
I just called:
System.Environment.Version.ToString()
and
RuntimeEnvironment.GetSystemVersion()
as a little experiment.
Both report that I'm running 1.0.3705.288. However, my IDE is VS.NET 2003
and I never installed VS.NET 2002 on this machine. I don't recall if
something else has ever forced me to install framework 1.0 on this machine
(obviously, it's on here, but I just don't recall how it got here)... but
what is shocking is that version 1.0 is the default and that all the
projects I'm building are using 1.0. I didn't previously realize this.
How can I correct this? Is there a reason for it? Can anyone explain what I
overlooked?
Thanks.
Dave
System.Environment.Version.ToString()
and
RuntimeEnvironment.GetSystemVersion()
as a little experiment.
Both report that I'm running 1.0.3705.288. However, my IDE is VS.NET 2003
and I never installed VS.NET 2002 on this machine. I don't recall if
something else has ever forced me to install framework 1.0 on this machine
(obviously, it's on here, but I just don't recall how it got here)... but
what is shocking is that version 1.0 is the default and that all the
projects I'm building are using 1.0. I didn't previously realize this.
How can I correct this? Is there a reason for it? Can anyone explain what I
overlooked?
Thanks.
Dave