Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field Not Found #14

Open
jhenzel opened this issue Jul 6, 2022 · 2 comments
Open

Field Not Found #14

jhenzel opened this issue Jul 6, 2022 · 2 comments

Comments

@jhenzel
Copy link

jhenzel commented Jul 6, 2022

Using an out of the box barebones MudBlazor setup and following the readme for ThemeManager.

MudBlazor, Version=6.0.6.0
Installed using dotnet add package

I get the following error:

crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Field not found: .Material.Outlined Due to: Could not parse field signature 0a000069 due to: Could not resolve type with token 01000054 from typeref (expected class 'MudBlazor.Outlined' in assembly 'MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null') assembly:MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null type:MudBlazor.Outlined member:(null) System.MissingFieldException: Field not found: .Material.Outlined Due to: Could not parse field signature 0a000069 due to: Could not resolve type with token 01000054 from typeref (expected class 'MudBlazor.Outlined' in assembly 'MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null') assembly:MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null type:MudBlazor.Outlined member:(null) at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) window.Module.s.printErr @ blazor.webassembly.js:1 bootstrap.min.css:1 Failed to load resource: the server responded with a status of 404 ()

@MikeAndrews90
Copy link

@jhenzel I get the same on after upgrading to MudBlazor 6.0.11. If you downgrade to MudBlazor 6.0.10 it'll work in the meantime whilst we wait for a fix.

@vorsprungdev
Copy link

vorsprungdev commented Jul 22, 2022

I have also experienced the same issue when trying to upgrade to 6.0.11. My temporary solution has change <MudThemeManagerButton to <MudIconButton and to move the MudIconButton somewhere that makes sense in my layout. This allows an upgrade to the latest 6.0.12 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants