Hello, I am trying to install the library to a Blazor WebAssembly project in .NET 6.0, and I am getting the error of a missing MuPDFWrapper dll.
Do you have any ideas?
edit: I need to mention that I even tried adding the library as a blazor native dependency (using NativeFileReference) but the error persisted.
Hello, I am trying to install the library to a Blazor WebAssembly project in .NET 6.0, and I am getting the error of a missing
MuPDFWrapperdll.Do you have any ideas?
edit: I need to mention that I even tried adding the library as a blazor native dependency (using
NativeFileReference) but the error persisted.