Windows error 0x80131C37, -2146231241

Detailed Error Information

CORDBG_E_DETACH_FAILED_OUTSTANDING_TARGET_RESOURCES[1]

Message"Detach failed because there are outstanding resources in the target."
CommentThe debugger is holding resource in the target (such as GC handles, function evaluations, etc). These resources must be released through the appropriate ICorDebug API before detach can succeed.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code7223 (0x1c37)

Questions

Nobody has asked any questions about this error yet.

Leave a comment below and we'll let you know when we find a fix.

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0