Hello, I have blazor web assembly project with pdf viewer. While debugging It works as expected, PDF is renedered and all that. However when I deploy application to production server (Windows IIS) I am getting this error on Load action:
"The type initializer for 'Syncfusion.Blazor.PdfViewer.PdfiumNative' threw an exception."
I read that I might be missing some pdfium.dll however I am not sure where to place it....
.NET 6
Syncfusion.Blazor.PdfViewerServer.Windows -> 20.1.0.56
any ideas where I should start looking for clues?