IronSoftware.Exceptions.IronSoftwareDeploymentException: Error while deploying IronPdf Chrome renderer: 'Multiple issues occurred while trying to deploy Chrome'. To learn more about making an engineering support request please visit: . To learn how to solve this issue please read https://ironpdf.com/docs/questions/linux/ [Issue Code IRONPDF-CHROME-DEPLOYMENT-ERROR-WIN] ---> System.AggregateException: Multiple issues occurred while trying to deploy Chrome ---> IronPdf.Exceptions.IronPdfAssemblyVersionMismatchException: Invalid assembly version for 'IronInterop' (actual: 2022.2.0.4868; expected: 2023.8.0.17287). This version of IronPdf requires updated native dependencies. Please clear your build output directory of old assemblies so IronPdf can automatically download the new dependencies at runtime. Alternatively, you may add NuGet package IronPdf.Native.Chrome.Windows version 2023.8.17287 to your project and rebuild. at IronPdf.Deployment.ChromeDeployment.LoadAssemblies(String path) at IronSoftware.Deployment.SmartDeploymentBase.Deploy(Boolean download) --- End of inner exception stack trace --- at IronSoftware.Deployment.SmartDeploymentBase.ThrowRelevantException(List`1 exceptions) at IronSoftware.Deployment.SmartDeploymentBase.Deploy(Boolean download) at IronSoftware.Deployment.DeploymentEngine.Deploy[T](String custom_dir, Boolean download) --- End of inner exception stack trace --- at IronSoftware.Deployment.DeploymentEngine.Deploy[T](String custom_dir, Boolean download) at IronPdf.Engines.Chrome.LocalChromeClient.Initialize() at IronPdf.Engines.Chrome.LocalChromeClient..ctor() at DynamicInjector9ee09921d86f46d9af80272cea359a11(Object[] ) at .Create( context) at .(Object ) at .() at .( , Boolean , Boolean ) at .( ) at .( , Type , Func`2 , IEnumerable`1 , Boolean , Boolean ) at .[]( , [] ) at IronPdf.ChromeClientAccessor..ctor(IronPdfConnectionConfiguration config) at IronPdf.ChromePdfRenderer..ctor(IronPdfConnectionConfiguration ConnectionConfig) at Dynamicweb.Imaging.Providers.IronPdfProviders.IronPdfRendererProvider.RenderFromContent(PdfContent content, PdfRendererSettings settings) at Dynamicweb.Frontend.PageView.Output()