First Run Issue
ittyabrehman opened this issue · 3 comments
ittyabrehman commented
I created a project of blazor wasm using visual studio 2022 and found issues. The logs of the console are added in the log file attached to this issue.
Looking forward to knowing how can I fix this issue
LOG FILE
fretje commented
Is this the code straight from the github repository, or did you use the template?
You sure you didn't change/add anything?
Looking at the log, it seems like you must have a "System" namespace defined somewhere that's conflicting with the global system namespace...
ittyabrehman commented
@fretje thanks for having looked at the issue. I created straight away from the template of visual studio.
ittyabrehman commented
#170 issue fixed.