My suggestion
Please update your visual studio to latest version. My visual studio not the latest, but it works well.
My .Net version
CodePudding user response:
In order for Blazor Orbital to work, I took the following steps:
in VS2022 installer need to include .NET 6.0 WebAssembly Build Tools; .NET WebAssembly Build Tools
i removed
<NativeFileReference Include="..\rustqr\target\wasm32-unknown-emscripten\debug\librustqr.a" />
in BlazeOrbital.ManufacturingHub.csproj, because it threw an exception : "rustqr\target\wasm32-unknown-emscripten\debug\librustqr.a error"also need to remember, first run (View/View In Browser) BlazeOrbital.CentralServer, then BlazeOrbital.ManufacturingHub
the Blazor Orbital run successfully without any error. no more issue with System.DllNotFoundException: e_sqlite3
PS: i use VS 2022 and the references in the BlazeOrbital-project remains the same, i only removed <NativeFileReference Include="..\rustqr\target\wasm32-unknown-emscripten\debug\librustqr.a" />