COM Excecption in VS 2005

S

Sylfelin

Hello,

I created a test application that uses a dll that uses a external com
objet (what i didn't create and i don't have sources).

When i start the application from vs 2005 i have a com error (see
below).
When i run application outside vs 2005 i have not error.

Is a bug in vs 2005 or in com object ?

Expiration du délai (traduction in english timed ou time expired)
Type:System.Runtime.InteropServices.COMException
ErrorCode:-2713

Thank's
 
S

Sylfelin

Sylfelin a formulé ce dimanche :
Hello,

I created a test application that uses a dll that uses a external com objet
(what i didn't create and i don't have sources).

When i start the application from vs 2005 i have a com error (see below).
When i run application outside vs 2005 i have not error.

Is a bug in vs 2005 or in com object ?

Expiration du délai (traduction in english timed ou time expired)
Type:System.Runtime.InteropServices.COMException
ErrorCode:-2713

Another information:
1-I have also COM object that has been separated from its underlying
RCW can not ... error.

2-when i create com objet in main form and when i pass the referene of
com objet to the procedure of the dll there is no more com error.
 
C

Christof Nordiek

Sylfelin said:
Hello,

I created a test application that uses a dll that uses a external com
objet (what i didn't create and i don't have sources).

When i start the application from vs 2005 i have a com error (see below).
When i run application outside vs 2005 i have not error.
Expiration du délai (traduction in english timed ou time expired)
Type:System.Runtime.InteropServices.COMException
ErrorCode:-2713
Hi Sylfein,

does this occur, when you are stepping through? Maybe you are stepping to
"slow".

Christof
 

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

Top