Re: Strange problem starting server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"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


.



Relevant Pages

  • Re: Strange problem starting server
    ... > double-clicking one of the offenders, it reports that it is looking for the ... Did you get this info out of profiling with Dependency Walker, or just by static inspection of the COM DLL? ...
    (microsoft.public.vc.atl)
  • Re: ASP.NET 2.0 Processing Times
    ... The enterprise library will give you dll assemblies for each of the services that you choose to use. ... Keep in mind that the act of profiling an application's performance will in turn affect the performance. ... As far as certain individuals seeing the information, depending on how you configure the logging sinks you can have your information logged to a SQL server that you write a separate application for, or password protect an area within your site to provide reports. ... the free profiler from MS is: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Strange problem starting server
    ... > where the client DLL module resides is not checked for its ... > dependent DLLs won't be found. ... >>>static inspection of the COM DLL? ... >> Done with Dependency Walker profiling. ...
    (microsoft.public.vc.atl)
  • profilig problem
    ... i have Platform builder 5 with profiling activated. ... Profiling report does not include de dll that my application is ussing. ...
    (microsoft.public.windowsce.platbuilder)
  • /LARGEADDRESSAWARE question
    ... Is the /LARGEADDRESSAWARE linker switch useful in DLL or is it only for ... EXEs. ... Drew ...
    (microsoft.public.vc.language)