all groups > dotnet clr > august 2007 >
You're in the

dotnet clr

group:

.NET Framework 3.5 -- What version of the CLR is used?


.NET Framework 3.5 -- What version of the CLR is used? Dan Edgar
8/13/2007 6:00:02 AM
dotnet clr:
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?

If not, is the 2.0 CLR being modified by the .NET Framework 3.5 install to
include "red bits" / "green bits" to the 2.0 CLR?

.... or were no changes to the CLR needed to add the features present in .NET
Framework 3.5?

This is a fundamental question because we need a plan for regression testing
of a million line .NET Framework 2.0 code base, and if I can avoid those
regression tests because of "Zero" changes to the CLR, it would dramatically
benefit my migration path and processes for .NET Framework 3.5 upgrade.

Thank you for any help or resources you can point me to to address this issue.

There has to be a nice .NET Framework / CLR version "one sheet" out there
that explains the .NET Framework / CLR versions in more detail especially for
Re: .NET Framework 3.5 -- What version of the CLR is used? coryplotts NO[at]SPAM gmail.com
8/13/2007 1:28:41 PM
On Aug 13, 8:00 am, Dan Edgar <DanEd...@discussions.microsoft.com>
[quoted text, click to view]

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 ...
Re: .NET Framework 3.5 -- What version of the CLR is used? coryplotts NO[at]SPAM gmail.com
8/13/2007 3:44:44 PM
http://www.danielmoth.com/Blog/2007/05/clr-v20-remains-at-same-version.html

Just found this ... it all makes sense now ... the answer is
simply ... that there isn't a new version of the CLR! And thus the
versions I am seeing ... but boy, I was confused based on what I've
been reading.

For example ... check out this wikipedia article (I know, I know
wikipedia isn't always right):
http://en.wikipedia.org/wiki/.NET_Framework#.NET_Framework_3.5

Thanks Mr. Moth for some clear posts on the matter!
AddThis Social Bookmark Button