Ok. Ii's work also for me. Thanks,
I have a question about FluentValidation in Blazor server. I use it with package Blazorise.FluentValditation, and also adding Volo.Abp.FluentValidation. I notice 2 problem:
I fix it by myself. Sorry,
How I can fix it? Many thanks.
ok thanks now it's fixed.
Same issue, I think the problem is due to the recent migration of ABP portal to Cloudflare.
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Yes it's works. I will try regenerate solution. Thanks.
Hi I change version to all Blazorise pachages to 1.5.2, with no success. The only way I see the icon is to add in app.razor css from Blazorize.Icons.FontAwsome like below
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AssoUp</title>
<base href="/" />
<link href="_content/Blazorise.Icons.FontAwesome/v6/css/all.min.css" rel="stylesheet">
<AbpStyles BundleName="@BlazorLeptonXThemeBundles.Styles.Global" />
<HeadOutlet @rendermode="InteractiveServer" />
</head>
It's right? Thanks
<ItemGroup>
<PackageReference Include="Blazorise.Charts" Version="1.7.0" /> <PackageReference Include="Blazorise.Components" Version="1.7.0" /> <PackageReference Include="Blazorise.DataGrid" Version="1.7.0" /> <PackageReference Include="Blazorise.Bootstrap5" Version="1.7.0" /> <PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.7.0" /> <PackageReference Include="Blazorise.Licensing" Version="1.3.0" /> <PackageReference Include="Aspire.StackExchange.Redis" Version="9.0.0" /> <PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" /> <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.0" /> <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" /> <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" /> <PackageReference Include="Serilog.Sinks.OpenTelemetry" Version="4.1.1" /> <PackageReference Include="Volo.Abp.AspNetCore.Components.Web.Theming" Version="8.3.3" /> </ItemGroup> <ItemGroup> <PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="8.3.3" /> <PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="8.3.3" /> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="8.3.3" /> <PackageReference Include="Volo.Abp.AspNetCore.Authentication.OpenIdConnect" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Http.Client.Web" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Identity.Pro.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Abp.OpenIddict.Pro.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Abp.AuditLogging.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Abp.LanguageManagement.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Account.Pro.Admin.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.HttpApi.Client" Version="8.3.3" /> <PackageReference Include="Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="8.3.3" /> <PackageReference Include="Volo.Abp.TextTemplateManagement.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Saas.Host.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Saas.Tenant.Blazor.Server" Version="8.3.3" /> <PackageReference Include="Volo.Payment.Admin.Blazor.Server" Version="8.3.3" /> </ItemGroup> <ItemGroup> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.3.3" /> <PackageReference Include="Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" Version="3.3.3" /> </ItemGroup>
many thanks