You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
I tried the code just today, I got the same error. Yes, System.Configuration is there. I will try fix it and upload a bug fix.
In the meantime, you can hardcode the location for your .exe file. In my case, that would be... string filePath, customPath = @"C:\Users\Sebastian\Documents\visual studio 2015\Projects\ConsoleApplication\ConsoleApplication\wkhtml";
Thank you all.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've just updated to the latest version and am seeing an error on line 75 of PDFConvert.cs:
The error is:
The name 'ConfigurationManager' does not exist in the current context
How can I fix this? I'm downgrading temporarily as this is urgent but will upgrade again once you have a fix.
The text was updated successfully, but these errors were encountered: