hubiyun0901 发表于 2019-4-13 12:54:24

ActiveReport13 WebDesigner_MVC 发布问题

(1)ActiveReport13安装之后,激活成功,使用自带的WebDesigner_MVC解决方案
(2)删除Properties下的licenses.licx
(3)新建Web窗体,在窗体中添加WebViewer,重新生成licenses.licx,里面的内容只有
GrapeCity.ActiveReports.Web.WebViewer, GrapeCity.ActiveReports.Web, Version=13.0.15823.2, Culture=neutral, PublicKeyToken=cc4967777c49a3ff

(4)对项目进行重新发布,发布到没有安装AR的虚拟机,虚拟机环境Windows SERVER 2016
(5)提示如下




KearneyKang 发表于 2019-4-15 09:28:20

你的license文件少了pagereports和sectionreport的配置信息,你自己给配置上去就可以了.
如下:
GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports
GrapeCity.ActiveReports.PageReport, GrapeCity.ActiveReports
GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport, GrapeCity.ActiveReports.Export.Pdf

hubiyun0901 发表于 2019-4-15 10:13:25

KearneyKang 发表于 2019-4-15 09:28
你的license文件少了pagereports和sectionreport的配置信息,你自己给配置上去就可以了.
如下:
GrapeCit ...

嗯,谢谢您,我自己找到一种解决方式,不知道是不是正确的。
我使用AR安装目录下的ApplicationLicenseGenerator.exe工具对WebDesigner_MVC.dll进行授权注册,然后就生成了WebDesigner_MVC.dll.GrapeCity.Licenses.dll这个dll,后面就可以了。
对license没有处理。

KearneyKang 发表于 2019-4-15 15:48:29

这样也是可以的,直接把license的配置生成了一个dll引用

KearneyKang 发表于 2019-4-15 15:48:33

这样也是可以的,直接把license的配置生成了一个dll引用

songxianbin_xxx 发表于 2019-4-15 19:42:03

111
页: [1]
查看完整版本: ActiveReport13 WebDesigner_MVC 发布问题