Facebook.Web.Contracts - strong signature could not be verified?

1

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?

facebook-c#-sdk
asked on Stack Overflow Apr 4, 2011 by Nathan Davis

1 Answer

0

This problem appears to be fixed in 5.0.9

answered on Stack Overflow Apr 11, 2011 by Nathan Davis

User contributions licensed under CC BY-SA 3.0