自適應渲染引擎未處理的案例:修復
2022年1月19日
已更新 2024年10月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套件,因為它已棄用且不再維護。
如果您需要進一步支持,請提交工程請求。