-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Method not found: 'Void Blazorise.Modules.BaseJSModule when updating Blazorise to 1.6.0 for abp.io 8.2.1 #20482
Comments
Please create a new template project and check its blazorise package version. You should use same version. |
But what is causing this and isnt there any workaround? I want to go much faster with Blazorise than abp.io! And why is Blazorise Grid having this issue with nothing else (no Volo package)? If its trimming you should offer some way of stopping it. For us that want/need to be on a faster band with a package like Blazorise its a super bad experiance when there is something like this that stops us from doing that. |
You can try upgrading Blazorise to 1.6.0 in a new template project to see if the error persists. |
I just did @maliming try this one out https://github.com/sturlath/BlazorUpdateTest New project with updated Blazorise. Just hit the books page |
Dear @sturlath , I faced this problem too. My solution is to add the package Blazorise.DataGrid version 1.6.0. |
Thank you @cuno92 that fixed my isse
I just didn´t think of doing that 🙈since I thought it just wouldn´t work because of some Volo packed thingy.. But this is still something you guys should look into @maliming ...
|
@maliming will you recompile as suggested Megabit/Blazorise#5685 (comment) for 8.2.3? |
We will check this when we upgrading Blazorise. |
I just ran into this and I did upgrade from .NET Sdk 8.0.3 -> 8.0.4 (but that alone doesn't fix it) |
Creat it worked for you @alvahdean. Since you are updating is there any change you are getting either of these #20619 or #20616? |
I'm not seeing the same problems you referred to (at least not the "Features") but I'm using the Basic theme so it maybe something in the Lepton code. |
Is there an existing issue for this?
Description
If I update my abp.io (version 8.2.1) projects Blazorise from 1.5.3 to 1.6.0 I get the following exception.
Unhandled exception rendering component: Method not found: 'Void Blazorise.Modules.BaseJSModule..ctor(Microsoft.JSInterop.IJSRuntime, Blazorise.IVersionProvider)'.
System.MissingMethodException: Method not found: 'Void Blazorise.Modules.BaseJSModule..ctor(Microsoft.JSInterop.IJSRuntime, Blazorise.IVersionProvider)'.
at Blazorise.DataGrid.JSDataGridModule..ctor(IJSRuntime jsRuntime, IVersionProvider versionProvider)
at Blazorise.DataGrid.BaseDataGridComponent.OnInitialized()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
at Blazorise.DataGrid.DataGrid1.SetParametersAsync(ParameterView parameters) [10:10:29 ERR] Unhandled exception in circuit '89BBKUt_Q5D6LVbxZIsEJddhtm9kepM6ZMnvOqG06Ng'. System.MissingMethodException: Method not found: 'Void Blazorise.Modules.BaseJSModule..ctor(Microsoft.JSInterop.IJSRuntime, Blazorise.IVersionProvider)'. at Blazorise.DataGrid.JSDataGridModule..ctor(IJSRuntime jsRuntime, IVersionProvider versionProvider) at Blazorise.DataGrid.BaseDataGridComponent.OnInitialized() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() at Blazorise.DataGrid.DataGrid1.SetParametersAsync(ParameterView parameters)
Take a look at my issue at Blazorise Megabit/Blazorise#5685
Reproduction Steps
Update abp.io version 8.2.1 Blazorise project to 1.6.0 and try with DataGrid
Expected behavior
No error
Actual behavior
Exception
Regression?
🤷♂️
Known Workarounds
None
Version
8.2.1
User Interface
Blazor Server
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: