Home

[Bug]SkiaSharp's native library not working using LINQPad6

Install SkiaSharp NuGet package and write following code:
var bitmap = new SKBitmap(260, 260);

LINQPad 6 will report following error:


The InnerException is DllNotFoundException and message is: Unable to load DLL 'libSkiaSharp' or one of its dependencies: The specified module could not be found. (0x8007007E)

While everything working perfectly fine in LINQPad 5.

Comments

Sign In or Register to comment.