-
Notifications
You must be signed in to change notification settings - Fork 24
Description
This issue is related to this closed issue: #21
I have encountered a similar problem with the versions 1.2.0-1.3.1, this is the exception I get:
Could not load file or assembly 'Kveer.XmlRPC' 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)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Kveer.XmlRPC' 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 error occurs on an ASP.NET project using .NET Framework 4.8. Any thoughts on how this can be resolved?