Windows error 0x8004E005, -2147164155

Detailed Error Information

CONTEXT_E_WOULD_DEADLOCK[1]

MessageThe component is configured to use synchronization and this method call would cause a deadlock to occur.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code57349 (0xe005)

Questions

0votes
1answer

Method call would cause a deadlock to occur

I´m facing the following error with my application ASP.net: Unable to cast COM object of type 'LBCOMLib.LBCOM_SessionClass' to interface type 'LBCOMLib.ILBCOM_Session'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B46EBC80-9D0D-11D3-B0D3-0000B422F6DA}' failed due to the following error: The component is configured to use [...] read more
com
casting
deadlock
breakpoints

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0