Re: Which version of CLR ASP.NET 3.5 will be runni ng with?
|
Marienna Lopez |
|
6/3/2008 10:49:14 PM |
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion() written in a page of ASP.NET Web site targeting NET Framework 3.5 (VS Orcas) returned "v2.0.50727". I would appreciate any references to posts/articles on the subject.
Thanks in advance
Post Comments |
|
Re: Which version of CLR ASP.NET 3.5 will be runni ng with?
|
Enrico Oreiton |
|
6/3/2008 10:49:56 PM |
3.5 adds to the 2.0 framework and does not replace it. here's an interesting read: http://channel9.msdn.com/ShowPost.aspx?PostID=318241 Post Comments |
|
Re: There is nothing new in the mentioned post
|
Marienna Lopez |
|
6/3/2008 10:53:35 PM |
Frankly speaking there is nothing new in the mentioned post for me. I read about .NET Framework 3.0 and 3.5 models earlier.
Does your answer mean that following paragraph from wiki .NET Framework article is not correct (emphasis is mine)?
Maybe I am wrong but I thought that under CLR they meant version of execution engine MSCorWks.dll (MSCorSvr.dll) which is apparently stayed the same.
Post Comments |
|
This is admittedly a confusing topic.
My understanding is that there is really no true version 3.0 of the CLR. CLR v3.0 really means CLR v2.0 + LINQ http://weblogs.asp.net/rosherove/archive/2006/06/1 5/MappingCLRWinfxandNETFramework30upcomingversions .aspx This manner of versioning is generally being refer red to as a marketing release in that if you check the versions of the underlying bits, you will not necessarily find a version that matches the publi shed product versions. Post Comments |
|
You are welcome. Post Comments |
|
Thanks Dominingo Post Comments |
|