I have a in-process COM server which was not writen by me (no sources available) and which I use from a windows service written in C#. But sometimes, in some certain conditions (which I cannot prevent occuring) the COM object crashes and so the windows service (exception handling is all right, but I get no exception). Also, I get no error in any of the event logs.
My question is: does anyone know how can I detect the crash or at least how can I stop my windows service from going down with the COM object?
My question is: does anyone know how can I detect the crash or at least how can I stop my windows service from going down with the COM object?