I've see some really odd behaviour with a C# test application and I hope someone else knows what is going on!
I have a COM component that creates an event when the base data changes. When using the component in a C# application, the events stop arriving after a short while. The test application has been ported to VB.Net and the event notifications keep coming.
Does anyone have any ideas why the C# application would stop receiving the events while the VB.Net application continues. I've executed both applications in the debugger and no error messages are given, the C# application just silently stops getting the events.
|