Link to home
Start Free TrialLog in
Avatar of santhoshx
santhoshxFlag for United States of America

asked on

Error - disconnected from its clients

I installed my application at clients place and when I tried to run I got one error "object invoked has disconnected from its clients. -21247417848 "
I have never come across this one. If any one know about this. please help me.
Target machine was NT4.0 workstation
Application Ddeveloped in VB6  (Visual Studio SP3)
Backend database SQL Server 7.0


Avatar of morgan_peat
morgan_peat

Are you using MTS or any n-tier stuff?
Avatar of santhoshx

ASKER

i am having few activex dlls . These dlls are registered in client's machine. I am not Using MTS.
ASKER CERTIFIED SOLUTION
Avatar of jrspano
jrspano
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I used to get this one in an MTS environment, when using setAbort and setComplete, and then accessing methods/properties of the object (solved by using DisableCommit/EnableCommit instead).

It doesn't look like that matches your problem, but I just thought I'd post it on the off-chance that it does.
I updated Visual Studio SP to 5 and ditributted the application. It starts working. But still I am not very clear about the problem.

Thanks for comments