pvginkel / PdfiumViewer

PDF viewer based on Google's PDFium.
Apache License 2.0
967 stars 418 forks source link

'Unable to load DLL 'pdfium.dll' #98

Closed ghost closed 7 years ago

ghost commented 7 years ago

I use Visual Studio 2017. It automatically puts dll into x64 and x86 and still I get an exception: "System.DllNotFoundException: 'Unable to load DLL 'pdfium.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'" What can I do?

ghost commented 7 years ago

Figured it out. Copy to Output Directory set to Copy Always.