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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|