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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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 |
|||
|
|