Facebook C# SDK installation from Nuget not working

1

Coding Platform: ASP.NET WebForms4.0 VB

Installed Facebook and FacebookWeb and when I run the application. I get this error

Could not load file or assembly 'Facebook.Contracts, Version=5.0.25.0, Culture=neutral, PublicKeyToken=58cb4f2111d1e6de' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

What could be wrong?

asp.net
vb.net
facebook-c#-sdk
nuget
asked on Stack Overflow May 11, 2011 by naveen • edited Mar 15, 2012 by Joel Coehoorn

1 Answer

0

Removed the Facebook.Contracts.dll and Facebook.Web.Contracts.dll.
Working fine now.

answered on Stack Overflow May 16, 2011 by naveen

User contributions licensed under CC BY-SA 3.0