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

Signature
--------------------------
Merci
Sylfelin
Sylfelin - 14 Oct 2007 21:08 GMT
Sylfelin a formulé ce dimanche :
> Hello,
>
[quoted text clipped - 9 lines]
> 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.

Signature
--------------------------
Merci
Sylfelin
Christof Nordiek - 15 Oct 2007 16:34 GMT
> Hello,
>
[quoted text clipped - 3 lines]
> 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.
<snip>
> 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