Windows error 0x80132003, -2146230269

Detailed Error Information

CLR_E_BIND_UNRECOGNIZED_IDENTITY_FORMAT[1]

Message"The provided identity format is not recognized."
CommentIf a binder is provided an identity format that it cannot parse, it returns this error.

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 Code8195 (0x2003)

Questions

1vote
2answers

Runtime attempts to look for exe/dll instead of the .winmd reference

I have an app that uses a referenced library. That library in turn references a .winmd library. Looking at the referenced library's IL, i can seee this reference: .assembly extern windowsruntime FlurryWin8SDK { .ver 0:9:0:0 } At runtime however, i am getting an exception: {"Could not load file or assembly [...] read more
c#
windows-8
windows-runtime
clr
winmd

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