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 >>
|