fpanaccia / Wkhtmltopdf.NetCore-deprecated

Rotativa + Net Core
The Unlicense
220 stars 94 forks source link

Win32Exception: No such file or directory #26

Open bshafiei-ir opened 4 years ago

bshafiei-ir commented 4 years ago

When I use rotativa and wkhtmltopdf on linux ubuntu I get this error.

An unhandled exception occurred while processing the request. Win32Exception: No such file or directory

fpanaccia commented 4 years ago

Hi! do you have an example? also, what path are you using for the library? have you seen the example project? can you post the stack trace?

darkblackside commented 2 years ago

Hey @fpanaccia: This error gets thrown if the program as no access to the rotativa-files. I have gotten this error a few times, but by setting the rights on the rotativa folder to mask 755 everything goes well. I think this could be the case here, too. Btw.: Thanks for your implementation :)