Open hailstorm75 opened 4 years ago
@hailstorm75 , Is this still an issue?
I'll come back to you on that in a few days, don't close the issue yet please
The issue persists, I've manually updated the MatBlazor package to the latest in my project: https://dev.azure.com/DenisAkopyan/_git/Borec
Running on a machine with VS Code only, no full Visual studio (never even been installed on it). The stacktrace is the same.
Description
If I run the MatBlazor.Demo.ServerApp.exe from a console on Windows the application will fail with the following exception:
Running from Visual Studio works fine. Running the Demo ServerApp using
dotnet run
on the csproj also works (suppose that is what Visual Studio uses). However, running the exe or dll directly usingdotnet
or just by starting the exe results in this error.Before this commit 2a0e2a9ad635dd6d0db52ea730b3e46a55d5bc4e everything worked fine.
STR:
MatBlazor.Demo.ServerApp.exe
dotnet MatBlazor.Demo.ServerApp.exe
Additional info
I have first encountered this error after upgrading from 1.x to 2.x and was convinced that I have configured the MatBlazor theme incorrectly (see #428)
As of now I was unable to figure out the source of the issue by inspecting 2a0e2a9ad635dd6d0db52ea730b3e46a55d5bc4e. I suppose the main focus of this commit was to fix issues regarding the Client application (couldn't find the issue number related to this commit).
Simply reverting it fixes the said problem and everything loads up nicely.