473,666 Members | 2,157 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 4089
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.MsgEntra da msg = new SPBREC.MsgEntra daClass();

SPBMSG.ITraduto rEntrada ixml = new
SPBMSG.Tradutor EntradaClass();

ixml = (SPBMSG.ITradut orEntrada)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.MsgEntra da msg = new SPBREC.MsgEntra daClass();

SPBMSG.ITraduto rEntrada ixml = new
SPBMSG.Tradutor EntradaClass();

ixml = (SPBMSG.ITradut orEntrada)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
3750
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 "COMException: Catostrphic failure". Any idea? Thanks.
2
4669
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 for my Outlook Outbox oOutboxFolder = oNameSpace.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderOutbox); But it won't work and it is giving me the following error:
0
3018
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 And &HFFFF > is the error code the activeX is throw. > > thanks.
2
3731
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 mentioned to, as much clear as possible, give a picture in what environment the problems rise**** Hello experts! I would appreciate if you can address this problem I have and give a hint what could be wrong.
3
5604
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 it's information, etc, etc. I have found many articles from people getting COMException errors when trying to use Interop.SHDocVw from a windows service, so it's pretty apparent to me that this is a difficult application to build, but I have...
4
5322
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 HRESULT only to the .tli file, which I assume is part of the client. The next thing that happens, it is converted to an SEHException with a value of 0x80004005. This happens everytime, and does it for any derivative of SEHException. Is there some...
2
11307
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 disconnected from its clients". What can I do to resolve this? My application opens the source excel file using this statement: oRatelistWbk = AppExcel.Workbooks.Open( m_FilePath, Missing.Value, true, Missing.Value, Missing.Value,
0
1138
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 ISupportErrorInfo and generates IErrorInfo objects upon errors). The IErrorInfo object that is generated by my COM server extends the interface IErrorInfo by adding some additional properties (for example: MoreDetails) – let’s say the name of the extended...
2
2450
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 a "Range"(selection of a single cell in this case) for each cell in my table to access parents of the linked cells.
0
8454
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8362
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8785
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7389
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, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6200
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 presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
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 we have to send another system
2
2012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1778
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.