I get the following message in my blazor webassembly app when I go to any abp page that has a blazorise component.
I am using ABP 9.1.0 and Blazorise 1.7.5
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Method not found: string Blazorise.IClassProvider.TableRowHoverCursor()
System.MissingMethodException: Method not found: string Blazorise.IClassProvider.TableRowHoverCursor()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[<HandleVirtualize>d__47](<HandleVirtualize>d__47& stateMachine)
at Blazorise.DataGrid.DataGrid1[[Volo.Saas.Host.Dtos.SaasTenantDto, Volo.Saas.Host.Application.Contracts, Version=9.1.0.0, Culture=neutral, PublicKeyToken=null]].HandleVirtualize() at Blazorise.DataGrid.DataGrid
1.<OnAfterRenderAsync>d__42[[Volo.Saas.Host.Dtos.SaasTenantDto, Volo.Saas.Host.Application.Contracts, Version=9.1.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
1 Answer(s)
-
0