Rank: Newbie
Groups: Registered
Joined: 3/26/2015(UTC) Posts: 3 Location: United States of America
|
I am using the Winnovative HTML to PDF library and am finding that NCrunch is throwing the error below when executing tests that call out to this library. The tests run without error in Visual Studio's test runner. Is there a special permission I need to add? Code:
System.Exception: Could not start conversion. WinApi error code 2. Check 'wnvinternal.dat' file has execute permissions and that it exists near wnvhtmltopdf.dll or set the WnvInternalFileName property with the full path of the file
at Winnovative.HtmlToImageConverter.ᜀ(String A_0, ᜱ& A_1, Hashtable& A_2)
at Winnovative.HtmlToPdfConverter.ᜀ(String A_0, String A_1, String A_2, String A_3, Boolean A_4)
at Winnovative.HtmlToPdfConverter.ᜀ(Stream A_0, String A_1, String A_2, String A_3, String A_4, Boolean A_5)
at Winnovative.HtmlToPdfConverter.ConvertUrlToStream(String url, Stream outPdfStream)
|