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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -