How disable verify strong name signature 0x80131045 WebService C#

0

How can I disable the strong name signature check in WebService in C#? In WinForm the application works normally, but when I take it to a WebService the error occurs. I have already made changes to the Windows registry, added the exceptions in sn but it still gives error.

Could not load file or assembly '***********' or one of its dependencies. Unable to verify strong name signature. The assembly may have been violated or overdue but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

c#
signature
asked on Stack Overflow Oct 26, 2017 by user2207673

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0