我正在开发一个用于显示条形码的SSRS报告。我正在使用Neodynamic条形码专业版,该报告在Developer Machine (MY Machine)中工作正常。当我尝试将报告上传到SSRS报告服务器时,我得到了这个错误,任何人都可以帮助我。提前感谢
注意:我使用的是SSRS 2012版本,报表服务器也是一样的
错误:
Error while loading code module: ‘Neodynamic.ReportingServices.Barcode, Version=7.0.2000.0, Culture=neutral, PublicKeyToken=c6b33c3093a0d4cd’. Details: Could not load file or assembly 'Neodynamic.ReportingServices.Barcode, Version=7.0.2000.0, Culture=neutral, PublicKeyToken=c6b33c3093a0d4cd' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (rsErrorLoadingCodeModule) Get Online HelpError in class instance declaration for class Neodynamic.ReportingServices.Barcode: [BC30002] Type 'Neodynamic.ReportingServices.Barcode' is not defined. (rsCompilerErrorInClassInstanceDeclaration) Get Online Help
There is an error on line 4 of custom code: [BC30451] Name 'Neodynamic' is not declared. (rsCompilerErrorInCode) Get Online Help 发布于 2015-12-23 04:24:50
把你的dll Neodynamic.ReportingServices.Barcode放进去
驱动程序服务器位置:\Program Files\Microsoft SQL Server\MSRS12.SQLLOCAL\Reporting Services\ReportServer\bin
https://stackoverflow.com/questions/26138841
复制相似问题