mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.49k stars 538 forks source link

Error on windows server 2019 #2509

Open MicheleRoma opened 1 year ago

MicheleRoma commented 1 year ago

Hi All,

thats what I'm facing with a web api deployed on windows server 2019:

247130762-2bb355f8-15fc-4213-81fa-5ccacd83e92a

that's my code:

247130958-87f7ccca-78b0-4b2b-a0c5-a2dab4a6966d

same code runned in localhost works fine.

please, someone has any idea?

Many thanks Mic

mattleibow commented 1 year ago

The exception is throwing on an image load. This looks like an issue in questpdf. Can you open an issue with them as I am unfamiliar with that codebase?

MicheleRoma commented 1 year ago

Thanks for reply Matthew Leibowitz, first of this issue I opened to QuestPDF but actually no one reply to me.

Mic