Hi All,
To debug a C++ program running under DLLHOST, i am attaching to the
DLLHOST process..even after detaching, dbgproxy.exe is holding a file
reference(HANDLE) to the C++ COM component.
So when i try to modify the C++ program and compile as the dbgproxy.exe is
holding a reference unalble to generate teh dll file as it is being used by
the dbgproxy..
In addition to the dbgproxy, DLLHOST.exe which i was attached to is also
holding the file reference of the C++ COM component.
Any suggestions are welcome on resolving the problem.
Regards,
Ramesh
Ramesh K - 12 Apr 2004 05:07 GMT
problem got resolved by installing windows 200 SP4
> Hi All,
> To debug a C++ program running under DLLHOST, i am attaching to the
[quoted text clipped - 12 lines]
> Regards,
> Ramesh