On Aug 13, 8:00 am, Dan Edgar <DanEd... (AT) discussions (DOT) microsoft.com>
wrote:
Quote:
This is probably a very basic question, but I cannot seem to find any
Microsoft documentation regarding the answer.
Is there a new version of the CLR for .NET Framework 3.5? |
I agree ... I am confused as well.
Here's why? All I read out there ... is that there is a new version of
the CLR shipping with .NET Framework 3.5.
However, I've installed Orcas Beta 2 ... targeted the 3.5 version of
the framework ... built a sample WPF application that targets the 3.5
version of the framework ... and then printed out the
System.Environment.Version value ... and it shows: 2.0.50727.1378
Then, I modify that same project ... target the 3.0 version of the
framework ... remove the 3.5 references and using statements ... and
evaluate the System.Environment.Version value ... and it again shows
2.0.50727.1378!
What?!
That doesn't make sense. I would expect to see a 3.0.x version in the
first case and a 2.0.x version in the second case ...