【发布时间】:2021-06-10 09:34:46
【问题描述】:
我正在使用 AspNetCore.Reporting 在 ASP.Net Core 中处理报告以创建报告。当我在 Windows 机器上执行报告时,它工作正常。但是,如果我在 linux 机器上执行,则会出现此错误。
An error occurred during local report processing.;The definition of the report '/var/task/Reports/Report.rdlc' is invalid. An unexpected error occurred in Report Processing. Unable to load shared library 'kernel32.dll' or one of its dependencies.
注意:我在 AWS 中使用无服务器部署应用程序,并使用 aspnetcore 作为运行时。
谁能帮忙解决我的问题?
【问题讨论】:
标签: asp.net-core reporting-services aws-lambda rdlc aws-serverless