Link to home
Start Free TrialLog in
Avatar of rk75
rk75

asked on

Handling Tiff Viewer control error in vb6

I am using tiff viewer control to view tiff files in vb6 program.
But its giving this error at tiffviewer.load statement.

err.Number : -2147417848
err.Description : Automation error
                        The object invoked has disconnected from its clients.

OR
err.Description : Load method of tiff viewer failed.

please help!!


Avatar of araus
araus

Hi,

Try this Microsoft Knowledge Base Article - 319832:

http://support.microsoft.com/default.aspx?scid=kb;en-us;319832

It's not about your case but normaly works.

If not :-( give us some lines of your code.

Hope this help,

AGil
Avatar of rk75

ASKER

Thanks AGil,
Actually the problem is resolved.
I was using wrong version of the tiff viewer.ocx.
ASKER CERTIFIED SOLUTION
Avatar of araus
araus

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