88229966 发表于 2015-6-15 12:36:00

License for the PageReport cannot be found

使用ActiveReport 9 开发winform程序,生成setup包后,在客户PC上安装 ,当使用报表功能时 提示License for the PageReport cannot be found
我在客户PC上找不到这个license。 开发用的机器上AR9已经激活。

frank.zhang 发表于 2015-6-15 13:39:00

您好,
在licenses.licx文件中,增加以下记录
GrapeCity.ActiveReports.PageReport , GrapeCity.ActiveReports.v9, Version=x.x.xxxx.x, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
对应的含义是
class名称,dll名称,版本,后面的部分和授权信息有关。

88229966 发表于 2015-6-15 13:50:00

编译程序时,licenses.licx内容并没有根据应用程序引用的控件类型自动添加。我还用到了导出PDF EXCEL 仅用这两行是否足够?
GrapeCity.ActiveReports.Viewer.Win.Viewer, GrapeCity.ActiveReports.Viewer.Win.v9
GrapeCity.ActiveReports.PageReport, GrapeCity.ActiveReports.v9,

frank.zhang 发表于 2015-6-15 14:46:00

您好,
如果没有报少相应的DLL的错误,就不用添加。
页: [1]
查看完整版本: License for the PageReport cannot be found