2016-09-07 170 views
0

项目在我的本地机器上运行正常,但是当我在服务器上部署时,我得到有关活动报告的此问题,将不胜感激。在服务器上部署时出错

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'ActiveReports.PdfExport, Version=6.1.2814.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 52: Line 53:
--> Line 54:
Line 55:
Line 56:

+3

那么错误是相当自我解释。你错过了一个ActiveReports DLL。 – Kinetic

回答

1

似乎是ActiveReports.PdfExport DLL从服务器丢失或它是不同的版本。请确保版本相同,并且其CopyLocal属性设置为true,并将其复制到部署服务器。

+0

谢谢我修复了它,你是服务器上的正确版本,与我本地PC上的版本不同 – asma

+0

如果它对你有帮助,请标记为答案。谢谢 – AbdiasM