-
Couldn't load subscription status.
- Fork 59
Open
Description
I am migrating a server/client blazor project to stand alone.
the server/client version works perfectly with the context menus including custom templated ones.
So I know I have everything setup correctly.
This 2nd project is Stand_alone web App blazor.
but getting this runtime error when the page with the contextmenus initializes
I am using .net 9.0
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Cannot provide a value for property 'settings' on type 'BlazorContextMenu.ContextMenu'. There is no registered service of type 'BlazorContextMenu.BlazorContextMenuSettings'.
System.InvalidOperationException: Cannot provide a value for property 'settings' on type 'BlazorContextMenu.ContextMenu'. There is no registered service of type 'BlazorContextMenu.BlazorContextMenuSettings'.
at Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass9_0.
Metadata
Metadata
Assignees
Labels
No labels