AdaptiveRenderEngine 未处理案例:修复
2022年一月19日
更新 2024年十月20日
This article was translated from English: Does it need improvement?
TranslatedView the article in English
{
"message": "Unhandled case for AdaptivePdfRenderer.DetectActiveRenderingEngine",
"exceptionType": "System.ArgumentException",
"exceptionDetail": "Unhandled case for AdaptivePdfRenderer.DetectActiveRenderingEngine",
"modelState": null,
"propertyErrorList": null
}
这种罕见的异常通常发生在同时运行遗留版本的IronPDF和已弃用的IronPdf.EAP包的用户身上。
可能原因
错误通常在特定平台上部署的项目中的运行时出现,尤其是在Linux环境中托管的C# Web API项目中。 这可能是由于 IronPdf.EAP 包中运行时文件部署出现问题。
解决方案
要解决此问题,请升级到IronPdf软件包的最新版本,并停止使用IronPdf.EAP软件包,因为它已弃用且不再维护。
如果您需要进一步的支持,请提交工程请求。