IronPDF Slim IronSoftwareDeploymentException
For users using IronPdf.Slim v2025.5.6
you will encounter the following error when running any process with IronPdf.Slim.
IronSoftware.Exceptions.IronSoftwareDeploymentException: 'Error while deploying Pdfium for IronPdf: 'Multiple issues occurred while trying to deploy Pdfium (Failed to locate 'IronPdfInterop' at 'C:\Users\user\source\repos \Demo.Blazor.IronOcr\TestIron Pdf\TestIronPdf\bin\Debug\net8.0\runtimes\win-x64 \native') (Failed to locate 'IronPdfInterop' at 'C:\Users\user\source\repos This exception was originally thrown at this call stack:
The main issue with this exception is that the dependency is only tied to IronPdf, not IronPdf.Slim, resulting in IronPdf.Slim being unable to find the correct packages to function correctly. This error only applies to users using IronPdf.Slim v2025.5.6
.
Solution
To resolve this, please also install the IronSoftware.Native.PdfModel
package. After installing that package, the error will be resolved. This is currently a workaround for IronPdf.Slim v2025.5.x
and will be fixed in future versions.