How to debug why a VB6 application using my .NET ActiveX control does not register for events?
问题 My original query was here, to give you an idea of how I did the implementation. Replacing a C++ ActiveX component with a .NET implementation? The C++ ActiveX control I am replacing uses COM events. When one of the VB6 client applications (VB6 I believe, as depends.exe tells me it uses msvbvm60.dll ) instantiates and uses my replacement, it does not register for any of the events, and unfortunately, the way it works is that after a particular method call has completed, the client application