> Hi guys,
>
[quoted text clipped - 8 lines]
> the CLR code cannot be debugged. I only see one DLLHost instance with
> no 'DefaultDomain' in the debug process dialog.
Under XP and 2k3 the CLR gets loaded on demand, so you
cannot attach to dllhost.exe before the COM object has
been created *and* before one of its methods has been
accessed.
Rob
mukesh bhakta - 25 Oct 2005 05:12 GMT
Hi Rob,
The COM controls do the rendering of the page contents and i can see
all values coming from the controls but still cannot 'breakpoint' or
trace into the code.
Cheers
MB