asp.net - Facebook C# SDK installation from Nuget not working -


coding platform: asp.net webforms4.0 vb

installed facebook , facebookweb , when run application. error

could not load file or assembly 'facebook.contracts, version=5.0.25.0, culture=neutral, publickeytoken=58cb4f2111d1e6de' or 1 of dependencies. strong name signature not verified. assembly may have been tampered with, or delay signed not signed correct private key. (exception hresult: 0x80131045)

what wrong?

removed facebook.contracts.dll , facebook.web.contracts.dll.
working fine now.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -