Upgrade problems
#11920
Replies: 1 comment 1 reply
-
Since you mentioned |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have a Server side MudBlazor project that was .NET 6 and MudBlazor 6.3.3
I upgraded to .NET 9 and MudBlazor 8.12.0
I then started following the steps outlined here
https://mudblazor.com/getting-started/installation#manual-install
All was going well till I got to Add References and Register Services
The
app.MapStaticAssets()
andbuilder.Services.AddMudServices();
errored saying not found.
But I got it to "work" by
And
But when I compile the solution, I get errors about the 2
@Assets
in the_Hosts.cshtml
"The name 'Assets' does not exist in the current context"
Can anyone see what I am doing wrong here?
Thanks.
John.
Beta Was this translation helpful? Give feedback.
All reactions