hi
Try to run
abp bundleto update the JS and CSS in your Blazor WASM project,
yes did already after that getting same errors.
Please reply it's urgent !
Please reply it's urgent
Can you try to reproduce the problem in a new template project? Or steps and code that we can get the error locally?
Hi Mailming
I can understand you want to reproduce this issue at your end so that you can provide solution but trust me I don't have much time left. I can share the steps like I have created a new project WASM blazor and after that I compared my existing project with new one so whatever new changes were missing in my existing project I added. Also updated all packages or references from abp suite as well as in folder project.
After that I am getting above errors. Please help me guys it's really important.
Thanks,
hi
You can try to update the version of Blazorise.,
<PackageReference Include="Blazorise.Bootstrap5" Version="1.0.4" /> <PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.0.4" /> <PackageReference Include="Blazorise.Components" Version="1.0.4" />I can't find a possible solution based on the info you provided, You can try to prepare a minimal project to reproduce the problem.
Directly I can add or have to update ? pls share command.
In your
Blazor.csprojfile and update theBlazorisepackages version to1.0.4then re-run theabp bundlecommand.
OK doing now