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.

I've been going through the tutorial for the .NET Facebook SDK on codeplex. I used Nuget to install the SDK, as the tutorial indicates. However, when I try to run the application, I get the following exception:

Could not load file or assembly 'Facebook.Web.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)

This is with version FacebookWeb 5.0.8.0. Any ideas?

share|improve this question

1 Answer

up vote 0 down vote accepted

This problem appears to be fixed in 5.0.9

share|improve this answer
latest version 5.0.4, isnt it? – onder Jun 29 '11 at 7:54
Well, 5.0.40 was released June 20, 2011. That's probably what you meant? – Nathan Davis Jan 24 '12 at 4:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.