Re: Strange problem starting server
- From: "Drew Myers" <drew.nospam.myers@xxxxxxxx>
- Date: Wed, 27 Apr 2005 14:31:51 -0500
"Kim Gräsman" <kim@xxxxxxxx> wrote in message
news:OMoLbW1SFHA.2548@xxxxxxxxxxxxxxxxxxxxxxx
Hi Drew,
> Upon
> double-clicking one of the offenders, it reports that it is looking for
> the
> file
> in C:\Documents and Settings\Drew\Offender.dll. Why would it look
> there? Is my system just too screwed up to fix this problem?
>Did you get this info out of profiling with Dependency Walker, or just by
>static inspection of the COM DLL?
Done with Dependency Walker profiling.
>If profiling, how is the COM DLL loading the offender DLL? Is Offender.dll
>a COM DLL as well?
The COM DLL is linked offender.lib. No, offender.dll is a standard DLL
(actually all 5 are).
I've tried attaching COMTrace to VB while running a client program and I get
output like:
CoCreateInstanceEx(OurApp.Application.2,0x0,CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER,0x0,4,0x13f7f0)
- FAILED: The specified procedure could not be found
CoInitializeEx(0x0, COINIT_MULTITHREADED) - SUCCEEDED
CoCreateInstance(*GUID*,
0x0,CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER,IID_IMarshal, 0x421ee2c) -
SUCCEEDED
"The specified procedure could not be found" is not a documented return code
for CoCreateInstanceEx() so I don't know what's going on there. Any further
assistance or ideas for debugging this is greatly appreciated.
Thanks,
Drew
.
- Follow-Ups:
- Re: Strange problem starting server
- From: Alexander Nickolov
- Re: Strange problem starting server
- References:
- Strange problem starting server
- From: Drew Myers
- Re: Strange problem starting server
- From: Kim Gräsman
- Re: Strange problem starting server
- From: Drew Myers
- Re: Strange problem starting server
- From: Kim Gräsman
- Strange problem starting server
- Prev by Date: Re: Pass BSTR by PostMessage
- Next by Date: Re: CoUninitialize hang after mixing 'neutral' and 'free' objects
- Previous by thread: Re: Strange problem starting server
- Next by thread: Re: Strange problem starting server
- Index(es):
Relevant Pages
|