You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create new WPF application with .NET Framework 4.8.1, next I install SkiaSharp.Views.WPF 3.116.1.
When I run this app I get the exception: DllNotFoundException: Unable to load library 'libSkiaSharp'.
You can check it, I attach sample repro project. SkiaSharp3.x_Issue.zip
Also I can't use SKGLElement, because I have following error: Не удалось загрузить файл или сборку "GLWpfControl, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null" либо одну из их зависимостей. Требуется сборка со строгим именем. (Исключение из HRESULT: 0x80131044)
Description
I create new WPF application with .NET Framework 4.8.1, next I install SkiaSharp.Views.WPF 3.116.1.
When I run this app I get the exception:
DllNotFoundException: Unable to load library 'libSkiaSharp'.
You can check it, I attach sample repro project.
SkiaSharp3.x_Issue.zip
Also I can't use SKGLElement, because I have following error:
Не удалось загрузить файл или сборку "GLWpfControl, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null" либо одну из их зависимостей. Требуется сборка со строгим именем. (Исключение из HRESULT: 0x80131044)
Code
Expected Behavior
App builds and run without any exceptions.
Actual Behavior
App doesn't build with SKGLElement and crashes with SKElement
Version of SkiaSharp
3.116.0 (Current)
Last Known Good Version of SkiaSharp
2.88.9 (Previous)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
Windows 11 24H2
Devices
Windows desktop
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: