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 2003 > threads for august 29 - 31, 2003

Filter by week: 1 2 3 4 5

NGEN and resolving assemblies
Posted by Wol at 8/31/2003 4:37:22 PM
I have two assemblies, A.dll and B.dll. A.dll contains two methods. One method, UsesB, uses a type from B.dll whereas the other, DoesNotUseB, does not. To cache a native image of A.dll with both methods precompiled, I believe I can do ngen A.dll B.dll I think I could also do ngen B....more >>


showing the ghost (deleted) files on the solution explorer window
Posted by Zeng at 8/29/2003 3:34:09 PM
Hello, There are many files deleted from the project but still existing in my local drive and it caused me problems when I do a find in file operations, because find results would contain these dead files as well. Is there a way to show them in the Solution Explorer window so I can delete t...more >>

Class Reference
Posted by Dim at 8/29/2003 3:08:39 PM
Sorry for crossposting! Is there a complete reference of .NET Framework class libraries? And i mean COMPLETE reference with full explanation of what each class does and perhaps what it's good for. Reason for this is that recently i spent 2.5 days coding a class only to find out that Fram...more >>

Lack of Unsigned CLS-Compliant Types in .NET
Posted by Tim Rogers at 8/29/2003 11:49:27 AM
I'm wrapping a native C++ API with MC++. One of the things that I have found frustrating is the fact that most (if not all) unsigned types in .NET are not CLS-Compliant. So, to me, that means you can't use them, say, as arguments in a method because a particular .NET language is not required to...more >>

Need a way to disable the download cache
Posted by Bill Menees at 8/29/2003 9:21:24 AM
Is there any way to completely disable the download cache? I'm a developer doing a lot of COM interop, and the download cache makes my life hell. It behaves better in .NET 1.1 than it did in .NET 1.0, but it still uses old cached versions occasionally when there are newer versions on disk. Thi...more >>



DevelopmentNow Blog