|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Tim Tabor (tltabor
EARTHLINK.NET)Date: Thu May 31 2001 - 14:58:34 CDT
> -----Original Message-----
> From: Distributed COM-Based Code [mailto:DCOM
DISCUSS.MICROSOFT.COM]On
> Behalf Of John Keeney
>
> When I call a method on a local exe server I sometimes get a return value
> "-2147467259" ie: "0xC0000005" (Access Violation). I didn't know DCOM
> returned errors in this format ...
I think this works out of 0x80004005 - E_FAIL for unspecified error.
0xC0000005 is a hardware exception, rather than a COM sort of exception.
Comes from reading or writing to an inaccessible memory location. There
are zillions of causes.
http://msdn.microsoft.com/library/periodic/period97/hood1097.htm
// tim
----------------------------------------------------------------
Users Guide http://msdn.microsoft.com/workshop/essentials/mail.asp
contains important info. Save time, search the archives at
http://discuss.microsoft.com/archives/index.html .
To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]