473,508 Members | 4,751 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

COMException (0x80010108) - pls help

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
Nov 15 '05 #1
4 4085
Marcelo, could you tell us a little more about what your app is doing?

Here is a link to get you started.

http://www.aspfaq.com/show.asp?id=2325

--
Greg Ewing [MVP]
http://www.citidc.com

"Marcelo" <sm***@hotmail.com> wrote in message
news:0f****************************@phx.gbl...
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

Nov 15 '05 #2
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
-----Original Message-----
Marcelo, could you tell us a little more about what your app is doing?
Here is a link to get you started.

http://www.aspfaq.com/show.asp?id=2325

--
Greg Ewing [MVP]
http://www.citidc.com

"Marcelo" <sm***@hotmail.com> wrote in message
news:0f****************************@phx.gbl...
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

.

Nov 15 '05 #3
Marcelo, have you gotten a chance to read through the article which I sent
and try any those suggestions?

--
Greg Ewing [MVP]
http://www.citidc.com

"Marcelo" <sm***@hotmail.com> wrote in message
news:07****************************@phx.gbl...
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
-----Original Message-----
Marcelo, could you tell us a little more about what your

app is doing?

Here is a link to get you started.

http://www.aspfaq.com/show.asp?id=2325

--
Greg Ewing [MVP]
http://www.citidc.com

"Marcelo" <sm***@hotmail.com> wrote in message
news:0f****************************@phx.gbl...
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

.

Nov 15 '05 #4
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
-----Original Message-----
Marcelo, could you tell us a little more about what your app is doing?
Here is a link to get you started.

http://www.aspfaq.com/show.asp?id=2325

--
Greg Ewing [MVP]
http://www.citidc.com

"Marcelo" <sm***@hotmail.com> wrote in message
news:0f****************************@phx.gbl...
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

.

Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3726
by: Damaji Jambhale | last post by:
COMException: Catostrphic failure When I added a "dll" reference in the web project. I was able to instantiate the class OK. But when I tried to set the properties, it failed with...
2
4657
by: Bassel Tabbara | last post by:
I wrote the following code: oApp = new Outlook.Application(); oApp = new Outlook.Application(); oNameSpace= oApp.GetNamespace("MAPI"); oNameSpace.Logon(null,null,true,true); //gets defaultfolder...
0
3003
by: Mark Sisson | last post by:
"Daylor" <Daylor@012.net.il> wrote in message news:<3ee62275@news.012.net.il>... > Catch e As COMException > > MessageBox.Show(CStr(e.ErrorCode And &HFFFF)) > > the value i get from -e.ErrorCode...
2
3712
by: shonend | last post by:
**** sorry about the length of the message. If you can't read the whole thing and still willing to help, read the last 2 paragraphs where the main problem is described. The introduction story is...
3
5592
by: Jay A. Moritz | last post by:
I have an application that loads IE and iterates through web pages to retrieve information from the page then activates specific controls to retrieve the next page and iterate through that page for...
4
5310
by: dynastar | last post by:
I'm trying to send custom COMExceptions from my C# server. My test client in C# has no problem reading the HRESULT I send (say, 0x80040002). Needless to say, the MFC client in C++ allows this...
2
11300
by: martin-g | last post by:
Hi. When the user opens the Excel file, which is at the same time used by my application, it stops calculations and throws an exception with such information: "The object invoked has...
0
1133
by: =?Utf-8?B?QnVyZ2F6b24=?= | last post by:
Hi, I have a COM-.NET exception handling problem and I would appreciate your help. I have a COM server that “throws exception” from time to time (the COM object implements...
2
2441
by: ortega23 | last post by:
Hi, I am trying to obtain the column number of the parent of a cell, if the cell is a linked cell (i.e. its value depends on another cells value). I try to read "Precedents"(parent cells) of...
0
7228
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7128
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7058
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5635
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...
1
5057
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3191
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1565
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.