Debugging C# running within a CCW interop - HELP! -
09-19-2007
, 02:52 PM
I have looked quite extensively on Google but cannot find much information
regarding debugging C# code running within a CCW.
My problem is straightforward:-
I am calling a C# object via a CCW from within a classic ASP page and want
to be able to place breakpoints in the C#
How do I do this?
An instance of dllhost has a handle on the C# assembly but in the debugger
it is only showing as script and native code - the debugger does not
recognise there is also managed code as well. I am thinking this could
possibly be due to the CCW fooling the debugger?
Any help or pointers would be greatly appreciated.
Thanks,
Clive |