Windows error 0x80132001, -2146230271

Detailed Error Information

CLR_E_BIND_ASSEMBLY_PUBLIC_KEY_MISMATCH[1]

Message"The assembly version has a public key token that does not match that of the request."
CommentFor AppX binder, indicates that bound assembly's public key token doesn't match the key in the assembly name.

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 Code8193 (0x2001)

Questions

0votes
2answers

Cannot run my first program from http://facebooksdk.net/docs/windows/tutorial/ - FacebookSessionClient raising exception

I'm getting > Could not load file or assembly 'Facebook, Version=6.0.10.0, Culture=neutral, > PublicKeyToken=58cb4f2111d1e6de' or one of its dependencies. The assembly > version has a public key token that does not match that of the request. > (Exception from HRESULT: 0x80132001) at line facebookSessionClient = new FacebookSessionClient(myFacebookAppIdInString); in App.xaml.cs I [...] read more
c#
facebook
facebook-c#-sdk
facebook-apps
facebook-login

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