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 2004 > threads for august 22 - 28, 2004

Filter by week: 1 2 3 4 5

Managed EXE DLL Injection
Posted by Nadav at 8/28/2004 5:11:01 PM
Hi, I am writing some kind of an encryptor for.NET assemblies, This require me: A. To encrypt the IL code ( done successfully ) B. To enable transparent means of decrypting the IL code on run-time in a way that the encrypted DLL will stay independent. Concerning the latter issue, to achiev...more >>


How to use different color to display the item text in a ListView class with View property set to "details"?
Posted by ZhangZQ at 8/27/2004 5:59:27 PM
How to use different color to display the item text in a ListView class with View property set to "details"? I want to use different color for different row in the ListView. Thank you very much! Regards, ZhangZQ ...more >>

SpinWait....
Posted by Ollie at 8/27/2004 2:20:57 PM
What is an iteration with respect to Thread.SpinWait...... Cheers Ollie ...more >>

Unload assembly
Posted by Xavi Sam at 8/27/2004 8:42:40 AM
Hi I know how to load a assembly form specified directory, using Assembly.LoadFrom but How can I unload it? Is there something similar to FreeLibrary? Thanks in advance Javier ...more >>

How can I get IEEMemoryManager ?
Posted by Flier Lu at 8/26/2004 10:45:23 PM
There is a IEEMemoryManager interface in .NET FX 2.0 SDK's mscoree.idl, but why I cannot query it with ICLRControl::GetCLRManager? mscorwks.dll has a debug symbol GetEEMemoryManager, but not export it at all. I found this interface is implemented in CExecuteEngine but not in CorHost2 lik...more >>

Using the CLR profiler Api
Posted by sunil NO[at]SPAM volcanomail.com at 8/26/2004 4:10:32 AM
Dear All, I would like to use the CLR profiler api to code my own profiler and log it...how to do I start...do I have to write a COM dll that needs to be registered on the client machine that will recieve the callbacks... Is there some tutorial from where to start with? Please help... TA...more >>

Non-internet application wants to connect over internet
Posted by Tom Dacon at 8/25/2004 6:17:31 PM
I have a little desktop application (it happens to be a Windows Forms analog clock) that's written in VB.Net (2003). I placed a shortcut in my Startup program group to start it up when I log on. I have put no code in the application whatsoever to do internet communications, and yet when it starts...more >>

Bug in System.ComponentModel.PropertyDescriptorCollection.RemoveAt
Posted by mns at 8/25/2004 7:11:04 AM
The following program reproduces a bug in System.ComponentModel.PropertyDescriptorCollection.RemoveAt: Removing any but the last item of the collection generates a System.ArgumentException. --- Start code to reproduce bug --- <pre> namespace PropertyDescriptorCollectionBug { class HasAPr...more >>



class definiton if different dll's
Posted by darek NO[at]SPAM m-core.pl at 8/25/2004 1:53:11 AM
Hello. I'm wondering is it possible to have excatly the same class definied in different assebmlies and still be able to load all of them? Let's say that I have assebly that contains definiton of a class and the other one which also defines excatly the same class. During program exe...more >>

IL .data equivalent in C#
Posted by Ben Fidge at 8/24/2004 4:16:51 PM
What is the equivalent of the Intermediate Langauge instruction .data in C#? ...more >>

Default Shared policy
Posted by ESCOFFIER_Clément at 8/24/2004 2:00:42 PM
Hi, I have a question about the default share policy of the .Net framework. In the SSCLI, I see that just mscorlib is shared. Is that on the .Net framework ? An other question, each appdomain must load mscorlib to use base type if this assembly is shared, this behavior is not very heavy ?...more >>

Debugger fails under unit test runner
Posted by oleg stepanov at 8/24/2004 1:35:55 AM
Hi, I have a custom CLR debugger which uses standard CLR Debug API. Most of the time is works perfectly, but when it's run under unit test runner a DllNotFoundException is thrown. The problem seems to arise in CordbRCEventThread::FlushQueuedEvents when instance of IJWNOADThunk is created (see f...more >>

How to associate a GACed assembly with run-time version?
Posted by Sergey M at 8/23/2004 11:15:49 AM
Hi all, I have an application that collects GACed assemblies published by Microsoft only and their types using Fusion APIs. The application's written using VS.NET 2003. I'd like for the application to only target run-time v1.1 GACed assemblies. I've managed to isolate Microsoft's assemblies...more >>

Errr, Strong Named questions and Bug Report questions
Posted by cwertman NO[at]SPAM webchamps.com at 8/22/2004 6:09:26 PM
I have 2 questions, The first is, should I take a "StrongNamed" assembely and edit it with a hex editor to change something in one of its resource files I need changed, it barks about the Signature not matching. No Suprise there, BUT I have a different process whereby I can modify a Sto...more >>


DevelopmentNow Blog