c# - Could not load file or assembly 'FastReport' -


the report show correct in local when upload have problem .

could not load file or assembly 'fastreport' 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)

description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.

exception details: system.io.fileloadexception: not load file or assembly 'fastreport' 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)

try this:

  • right click on fastreport project in visual studio
  • select properties in context menu
  • go signing tab
  • uncheck sign assembly

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -