Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet clr > august 2007 > threads for august 8 - 14, 2007

Filter by week: 1 2 3 4 5

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


Using managed code in unmanaged app
Posted by Schemer at 8/8/2007 5:51:18 PM
Hello, I am interested in calling managed code from an unmanaged app. I have been able to do it using a C++ wrapper to call in to a C# dll using ExecuteInDefaultAppDomain(). That is a pretty restrictive method, though. Is there a way to use an arbitrary managed code library from unmanage...more >>

source file and line numbers for mdMethodDef
Posted by at 8/8/2007 5:37:54 AM
Hi, I have mdMethodDef and IMetaDataImport. I can use to to figure out the name and class of the method using GetMethodProps. How do I find the source-file and line number that this method is defined,? I do have the pdb files. Thanks, ~jyoti ...more >>



DevelopmentNow Blog