I'm using VB6 with a COM+ component and an Informix OLEDB driver to access data on Informix ONLINE database and sometimes my program closes and creates an aplication error on Event Viewer like this:
Event Type: Error
Event Source: COM+
Event Category: SVC
Event ID: 4194
Date: 28/12/2000
Time: 08:38:23
User: N/A
Computer: NT-SERVER7
Description:
The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
Component Prog ID:
Server Application ID: {BFA73008-CD5E-4201-B688-DE676625FA5D}
Server Application Name: Sisger
Exception: C0000005
Address: 0x01BC75A9
Call Stack:
idmit09a!_mi_register_callback + 0x188
ifxoledbc!DllRegisterServer + 0x4C90
+ 0x1ED18E8
ifxoledbc + 0x46E0
+ 0x131C273B
How could I solve this problem?
Event Type: Error
Event Source: COM+
Event Category: SVC
Event ID: 4194
Date: 28/12/2000
Time: 08:38:23
User: N/A
Computer: NT-SERVER7
Description:
The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
Component Prog ID:
Server Application ID: {BFA73008-CD5E-4201-B688-DE676625FA5D}
Server Application Name: Sisger
Exception: C0000005
Address: 0x01BC75A9
Call Stack:
idmit09a!_mi_register_callback + 0x188
ifxoledbc!DllRegisterServer + 0x4C90
+ 0x1ED18E8
ifxoledbc + 0x46E0
+ 0x131C273B
How could I solve this problem?