Hi,
I am developing based on ABP Blazor server commercial + LeptonX theme.
My problem is i want to use Syncfusion blazor component instead of Blazorise that is there by default.
While I tried to get rid of Blazorise and adding Syncfusion packages in, I encounter a runtime error:
AbpException: Could not find the bundle file '/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css' for the bundle 'Blazor.LeptonXTheme.Global'!
Does this mean I cannot remove Blazorise?
I have also added syncfufion packages into my project but the controls don't show on the pages while no error is through.
this is an article i followed: https://community.abp.io/posts/using-syncfusion-components-with-the-abp-framework-5ccvi8kc
Or this only works in the community version ABP?
Thank you.
- ABP Framework version: v7.2.3
- UI type: Blazor Server
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
3 Answer(s)
-
0
hi
Or this only works in the community version ABP?
It will also work on the commercial version.
AbpException: Could not find the bundle file '/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css' for the bundle 'Blazor.LeptonXTheme.Global'!
You can try without removing the
blazorise package
. -
0
hai liming, thanks for your response.
I don't want to use two sets of package as it is unnecessary and will increase the download time.
can you please confirm if I can use the LeptonX Blazor server theme without the Blazorise package?
-
0
hai liming, thanks for your response.
I don't want to use two sets of package as it is unnecessary and will increase the download time.
can you please confirm if I can use the LeptonX Blazor server theme without the Blazorise package?
Hey Andy,
you can not use lepton/ leptonx UI without blazorise, as the UI is build with that.
If you want to remove blazorise, you have to create the UI completely on your own.