Hii,
I am facing a serious issue with my Blazor webassembly project
Issue is the Client.dll file missedout automatically and project stop running. i tried some solution but doesn't Work for me.
Plz tell me the solution of this issue.
Hii,
I am facing a serious issue with my Blazor webassembly project
Issue is the Client.dll file missedout automatically and project stop running. i tried some solution but doesn't Work for me.
Plz tell me the solution of this issue.
This might have some Compiler Error CS1662 error in the client project, so the client project can't run success. Try to navigate to the client project and fix the CS 1662 error first, then rebuild and running the application.
3 people are following this question.