gmanny / Pechkin

.NET Wrapper for WkHtmlToPdf static DLL. Allows you to utilize full power of the library.
400 stars 128 forks source link

wkhtmltopdf_version() provoke "vshost32.exe has stopped working" #73

Open JanCoyle opened 10 years ago

JanCoyle commented 10 years ago

PublicStatic.cs public static string Version return PechkinBindings.wkhtmltopdf_version();

When calling this wkhtmltopdf_version() the Application fails and shutdown with an "vshost32.exe has stopped working"

Without this line, everything works fine.