libSkiaSharp.dll is not loading #1269
Unanswered
mayank07072019
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When adding LiveChartCore wpf I can see the libSkiaSharp.DLL seems to be corrupted , So getting error as below
Exception Source: SkiaSharp.Views.WPF
Exception Type: System.TypeInitializationException
Exception Message: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception.
Exception Target Site: OnRender
Inner exception --->
Exception Source: SkiaSharp
Exception Type: System.DllNotFoundException
Exception Message: Unable to load library 'libSkiaSharp'.
Exception Target Site: LoadLocalLibrary
I tried loading this dll in ILSpy , it showing as below.
Appreciate someone's help.
Beta Was this translation helpful? Give feedback.
All reactions