System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'"

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Heslacher
Posts: 3
Joined: Wed Aug 20, 2025 2:25 pm

System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'"

Post by Heslacher »

Hello,

I tried the example from https://www.vintasoft.com/docs/vsimagin ... ngine.html in a .NET 4.8 Console application.

I added a reference to Vintasoft.Imaging.Drawing.SkiaSharp.dll

I get a System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'" at
using (SkiaSharpDrawingEngine drawingEngine = new SkiaSharpDrawingEngine(image))

Do I need to change anything or is there a problem?
Alex
Site Admin
Posts: 2423
Joined: Thu Jul 10, 2008 2:21 pm

Re: System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'"

Post by Alex »

Hello,

Your .NET application should have reference to the nuget-package SkiaSharp 3.116.1. This information is available here: https://www.vintasoft.com/docs/vsimagin ... ments.html

Best regards, Alexander
Heslacher
Posts: 3
Joined: Wed Aug 20, 2025 2:25 pm

Re: System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'"

Post by Heslacher »

Didn't read this.
Tried right now with reference to nuget-package SkiaSharp 3.116.1 getting the same result.
Alex
Site Admin
Posts: 2423
Joined: Thu Jul 10, 2008 2:21 pm

Re: System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'"

Post by Alex »

Hello,

Please send us (to support@vintasoft.com) your project for analysis - we need to analyze your code.

Best regards, Alexander
Heslacher
Posts: 3
Joined: Wed Aug 20, 2025 2:25 pm

Re: System.DllNotFoundException stating "Unable to load library 'libSkiaSharp'"

Post by Heslacher »

Hello,
I started my vacation today, I will send the project when I return (3 weeks)
Thanks