bjqxst 发表于 2016-6-2 13:48:35

怎么发布AR

本帖最后由 Lenka.Guo 于 2016-6-2 14:05 编辑

   License for the WebViewer cannot be found.To continue using ActiveReports 10, contact GrapeCity at ActiveReports.Sales@grapecity.com or Order Online.Please send any questions or comments regarding ActiveReports 10, or our other products to activereports.support@grapecity.com.      


我怎么发布到服务器上,服务器也需要装ActiveReports吗

Lenka.Guo 发表于 2016-6-2 13:59:04

服务器上不需要安装AR。
部署之后,报 License for the WebViewer cannot be found错误,是因为Licenses.licx文件缺少这条记录的声明。需要在开发机器上,把这条记录手动添加到Licenses.licx文件后,重新编译部署。前三列的含义为class名称,dll名称,版本。后面的按照其它生成的信息拷贝一份。 GrapeCity.ActiveReports.Web.WebViewer, GrapeCity.ActiveReports.Web.v10, Version=10.1.7168.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff



IIS部署问题,参考博客,里面有很详细的步骤,需要注意的点,常见部署问题:
http://blog.gcpowertools.com.cn/post/2015/04/07/ActiveReports_Deploy_-IIS.aspx
页: [1]
查看完整版本: 怎么发布AR