as per New Blazor WebAssembly capabilities in .NET 6 New Blazor WebAssembly capabilities in .NET 6
Sqlite with Blazor Wasm (.NET 6) -> System.DllNotFoundException: e_sqlite3
can anyone have the working sample after compiling Sqlite3.o file
as per New Blazor WebAssembly capabilities in .NET 6 New Blazor WebAssembly capabilities in .NET 6
Sqlite with Blazor Wasm (.NET 6) -> System.DllNotFoundException: e_sqlite3
can anyone have the working sample after compiling Sqlite3.o file
I got a Solution for out Problem.
Following this Tutorial: ASP.NET Core Blazor WebAssembly native dependencies
You need to Install ".NET WebAssembly build tools"
Open Command Line & Type:
dotnet workload install wasm-tools