I've just updated to the latest version and am seeing an error on line 75 of PDFConvert.cs: ```C# private static string GetWkhtmlToPdfExeLocation() { string filePath, customPath = ConfigurationManager.AppSettings["wkhtmltopdf:path"]; ... ``` 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.
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 contextHow can I fix this? I'm downgrading temporarily as this is urgent but will upgrade again once you have a fix.