Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automation Error :The object invoked has disconnected from its client

Status
Not open for further replies.

PDufrene

Programmer
Aug 23, 2001
1
FR
Hi,

We developped a VB application (Visual Studio 6 SP5 under W98SE). This application is quite big, with several dll and ocx, some of them developped with VB, the others with VC++.

Most of the time, the program works fine, but sometimes, without any reasons (or I didn't find a good one). We get in a function that was successfully called several times before, an automation error: -2147417848 which according to WinError.h corresponds to: The object invoked has disconnected from its client.
We have implemented a system to trap any error, so the programs doesn't stop on this error. But after this error, we always get an GPF in MSVBVM60.DLL or USER32.DLL or KERNEL32.DLL or MSVCRT.DLL.
The automation error can occur on different place of source code.

I am aware, that I do not give many informations, If you need more informations, I can give you them.
On the web or Usenet, I found many people who need to deal with this problem, nothing can help me.

I someone know this problem, or a Tool that can help me to understand what this error exactly is. It will be very helpfull.
Thanks in advance.

Pierre
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top