Windows error 0x80131544, -2146233020

Detailed Error Information

COR_E_ACCESSING_CCW[1]

Message"Fail to access a CCW because the corresponding managed object is already collected."
CommentFail to access a CCW because the corresponding managed object is already collected.

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 Code5444 (0x1544)

Questions

2votes
1answer

Crash in a simple C# metro app with error code 0x5d039293

My project was created upon the C# Grid template project. Only the Layout and the data are different. In the item Detail page, there 5 images and one article. by proceeding the actions: enter one item Detail page, then back, and reenter it, then back, after several steps(10 steps if [...] read more
c#
microsoft-metro

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