tuespetre / TuesPechkin

A .NET wrapper for the wkhtmltopdf library with an object-oriented API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Wkhtmltox version 0.12.5.0

muzalu opened this issue · comments

I have built version Wkhtmltox 0.12.5.0 from source. However when I replace v0.12.3.2 with the new code and rebuild and deploy my project I am getting the error
System.DllNotFoundException: Unable to load DLL 'wkhtmltox.dll': The specified module could not be found.

Now, it is in the folder 'C:\Windows\System32\config\systemprofile-1553077610\8\0.12.5.0' does this seem correct. The previous version, which did work, except for bug which I am trying to get round, was in the folder
'C:\Windows\System32\config\systemprofile-1553077610\8\0.12.3.2' which seems consistent.

Any ideas? Has anyone used 0.12.5.0 yet? What is the trick?

Russell

Problem solved. Installed VC++ 2015 runtime on server