FacebookOAuthClient - Could not load file or assembly 'Facebook.Contracts' or one of its dependencies

3

I'm developing a .net 3.5 project in VS2008 and I'm trying to use FacebookOAuthClient. The problem is that I keep getting, "Could not load file or assembly 'Facebook.Contracts' 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 am I doing wrong?

facebook-c#-sdk
asked on Stack Overflow Apr 20, 2011 by user565556

1 Answer

0

did you try to download a new version of the Facebook C# SDK? of course you have to add the dll as reference...

eventually if you still get this error can you post a sample page of your application so I can check it in my environment?

Cheers

answered on Stack Overflow May 27, 2011 by firepol

User contributions licensed under CC BY-SA 3.0