COMException (0x80010108) - pls help

  • Thread starter Thread starter Marcelo
  • Start date Start date
M

Marcelo

Hi,

We have a software which uses some COM components.
Everything was working pretty fine, until yesterday, when
the COMException (0x80010108) ("the object invoked has
disconnected from its clients") started raising .

Could somebody point me what I could be checking to find
out what is causing the error? Why is it happenning?

TIA

marcelo
 
Sure I can...

I have 2 components, and need to do the following:

SPBREC.MsgEntrada msg = new SPBREC.MsgEntradaClass();

SPBMSG.ITradutorEntrada ixml = new
SPBMSG.TradutorEntradaClass();

ixml = (SPBMSG.ITradutorEntrada)msg;

The error occurs on the last line. I have it implemented
inside a web application, and it works fine, but now,
within a Windows form app, it gives me errors. Messages
that came along are (random) "Interface is unknown"
or "The objected invoked disconnected from its clients"...

Thanks for any help

Marcelo
 
Marcelo, have you gotten a chance to read through the article which I sent
and try any those suggestions?
 
Yes, but I didn't get to find out which could be related
to my problem, since both COM we're using are built inside
our company...

tia

marcelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top