You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am encountering a problem with setting up a Blazor Web App project (Interactive Auto) .NET8. I get this error message: InvalidOperationException: Cannot resolve scoped service 'Microsoft.JSInterop.IJSRuntime' from root provider.
I call my component in a client-side page and initialize the rest in Program.cs.
Do you have any suggestions for troubleshooting this issue?
The text was updated successfully, but these errors were encountered:
Hello, I am encountering a problem with setting up a Blazor Web App project (Interactive Auto) .NET8. I get this error message:
InvalidOperationException: Cannot resolve scoped service 'Microsoft.JSInterop.IJSRuntime' from root provider.
I call my component in a client-side page and initialize the rest in Program.cs.
Do you have any suggestions for troubleshooting this issue?
The text was updated successfully, but these errors were encountered: