-
Notifications
You must be signed in to change notification settings - Fork 621
Closed
Labels
area/SkiaSharp.Views.BlazorIssues relating to the views for ASP.NET Blazor.Issues relating to the views for ASP.NET Blazor.os/WASMIssues running on WebAssembly (ASP.NET Blazor or Uno Platform)Issues running on WebAssembly (ASP.NET Blazor or Uno Platform)type/bug
Description
Description
After upgrading my previously working .NET 8 app to .NET 9 using Blazor WASM, it fails to run in both Debug/Release builds.
Code
<div class="canvas-wrapper">
<SkiaSharp.Views.Blazor.SKCanvasView OnPaintSurface="OnPaintSurface" class="skia-canvas" EnableRenderLoop="true" />
</div>Expected Behavior
App should start.
Actual Behavior
App fails to start due to unhandled exception:
System.DllNotFoundException: libSkiaSharp
at SkiaSharp.SKData..cctor()
The page loading progress bar stays stuck at 100% and my Page won't load at all.
Version of SkiaSharp
2.88.9 (Current)
Last Known Good Version of SkiaSharp
Other (Please indicate in the description)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
Windows/Browser
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/SkiaSharp.Views.BlazorIssues relating to the views for ASP.NET Blazor.Issues relating to the views for ASP.NET Blazor.os/WASMIssues running on WebAssembly (ASP.NET Blazor or Uno Platform)Issues running on WebAssembly (ASP.NET Blazor or Uno Platform)type/bug
Type
Projects
Status
Done