Alexander
October 16th, 2002, 02:57 AM
Hi! Could You please help me to solve the problem :
I configured my COM+ application as NT service.
Now I need to do some action when this NT service is being started
but my components' dll is being loaded to com+ applications'proces
only when some client is trying to create my component.
So I can't use DllMain with dwReason == DLL_PROCESS_ATTACH in this case...
Is there any way to make my COM+ application load component's dll everytime when
the application is starting.
I configured my COM+ application as NT service.
Now I need to do some action when this NT service is being started
but my components' dll is being loaded to com+ applications'proces
only when some client is trying to create my component.
So I can't use DllMain with dwReason == DLL_PROCESS_ATTACH in this case...
Is there any way to make my COM+ application load component's dll everytime when
the application is starting.