Could not load file or assembly 'FastReport'
I use FastReport in my project(ASP.NET MVC4) and it works fine in local but when i use it in server it gives me this error from first page of my site before go to my report page.
I realy need help.please help me.
I realy need help.please help me.
could not load file or assembly 'FastReport' 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 'FastReport' 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)
Comments