zhubin 发表于 2023-7-21 15:42:49

AR16 版本要求

请问下使用AR16版本 对环境的具体要求哪里可以查到
比如window Server 服务器环境最低要求,.NET framework 最低支持到什么版本
最近遇到家客户 window Server16, 本地程序运行正常,但是服务器异常,16预装 .NET framework 4.6.2 理论上也满足AR要求,但是实际最后升到4.8才解决该问题,不太清楚是环境


附上之前的错误

GrapeCity.ActiveReports.ReportException: An unexpected error occurred. Additional information: 'Method 'ua' in type 'ayh' from assembly 'GrapeCity.Documents.Pdf, Version=5.1.0.790, Culture=neutral, PublicKeyToken=d55d733d2bfd5065' does not have an implementation.' ---> System.TypeLoadException: Method 'ua' in type 'ayh' from assembly 'GrapeCity.Documents.Pdf, Version=5.1.0.790, Culture=neutral, PublicKeyToken=d55d733d2bfd5065' does not have an implementation.
   在 GrapeCity.Documents.Pdf.GcPdfDocument..ctor(String licenseKey)
   在 GrapeCity.ActiveReports.Core.Export.Pdf.Page.I..GrapeCity.ActiveReports.Rendering.Export.IGenerator.Init(IReport )
   在 GrapeCity.ActiveReports.Rendering.Export.DocumentRenderer.Render(TargetDeviceKind target, Boolean includePageMargins, PageControllerSettings pageSettings, IProgress`1 progress, WatermarkSettings watermark, EvalPosition evalPosition, LayoutTreeKeeper keeper)
   在 GrapeCity.ActiveReports.Export.Pdf.Page.PdfExport.Export(IReport report, Stream outStream, IProgress`1 progress, PdfSettings settings, CancellationToken cancel)
   在 GrapeCity.ActiveReports.Export.Pdf.Page.PdfRenderingExtension.Render(IReport report, StreamProvider streams, NameValueCollection settings, CancellationToken cancel, IProgress`1 progress)
   在 GrapeCity.ActiveReports.Document.PageDocument.Render(IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, Boolean forceDataRefresh, Boolean forceParameterDataRefresh, CancellationToken token, IProgress`1 progress)

Felix.Li 发表于 2023-7-21 15:42:50

具体支持版本如下参考:

https://www.grapecity.com/activereportsnet/docs/versions/v16/online/requirements.html
页: [1]
查看完整版本: AR16 版本要求