本帖最后由 zwk333 于 2020-4-24 10:27 编辑
SectionReport的.Run()方法执行时报错:
未能加载文件或程序集“GrapeCity.ActiveReports.Core.Drawing.Gdi, Version=1.3.2543.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff”或它的某一个依赖项。系统找不到指定的文件。
System.IO.FileNotFoundException
HResult=0x80070002
Message=未能加载文件或程序集“GrapeCity.ActiveReports.Core.Drawing.Gdi, Version=1.3.2543.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff”或它的某一个依赖项。系统找不到指定的文件。
Source=GrapeCity.ActiveReports
StackTrace:
在 GrapeCity.ActiveReports.SectionReport.ProcessInit(Boolean bDelayedInit)
在 GrapeCity.ActiveReports.SectionReport.Run(Boolean syncDocument)
在 GrapeCity.ActiveReports.SectionReport.Run()
在 Learun.Application.Web.WebService1.OnCreateReportHandler(String reportPath) 在 D:\MES\代码\Learun.Application.Web\WebService1.asmx.cs 中: 第 111 行
在 GrapeCity.ActiveReports.Web.ReportService.OpenReport(Int32 version, String culture, String reportPath, ReportBinaryKind[] acceptedFormats, Int32 lifeTime)
请帮忙看看
|