I have a program using Pdfium and PdfiumViewer. Everything works, but I have to have the pdfium.dll and PdfiumViewer.dll in the same directory as my .exe in order for it to work. If the pdfium.dll is missing, I get "Unable to load DLL 'pdfium.dll'". If PdfiumViewer.dll is missing, I get TypeInitializationException
.
I have Costura.Fody as part of my program and I assumed it would've wrapped these dlls into the .exe. Is there any reason why it's not doing that (or a way that I can do it otherwise?)