本帖最后由 Lenka.Guo 于 2016-4-8 12:07 编辑
运行时正常,发布到服务器报License For the PDFExport 错误;
1. 请确认GrapeCity.ActiveReports.Export.Pdf.v10.dll 是否拷贝到服务器端?
如果服务器端,缺少此Dll文件,请在开发机器中,将该Dll 的CopyLocal属性设置True,重新编译后,清空服务器的项目,重新部署。
2. 请确认License.licx 文件中是否缺少代码:如果缺少,请将以下代码拷贝到License.licx文件中(注意修改Version为你当前安装的版本),添加完成之后,重新编译,重新部署。
- GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport, GrapeCity.ActiveReports.Export.Pdf.v10, Version=10.1.6726.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
复制代码
|