Hi Alper
Thanks for the reply. I tried this solution but still text are not coming.
Hi
We are adding this code into Host project and all pages are available into Blazor project so If I am adding this into host so I am getting version but If I am adding the same code into blazor then getting error like FileVersion is not supported error in console so please suggest me.
Thanks,
Hi
Thanks for the reply. Actually I have 3 roles i.e admin, QA and visitor so admin will have all the permission so it's already happening. Now I want to restrict sections for reamining two roles so do I need to define pages permission here?
Thanks,
Hi
I am using below code to show dropdown list and by using this code I am able to select multiple items from list.
<Select TValue="string" SelectedValues="@editcountries" SelectedValuesChanged="ChangeCountriesCallback" Multiple="true">
<SelectItem TValue="string" Value="null"></SelectItem>
@foreach (var country in SelectedCountries)
{
<SelectItem TValue="string" Value="@(country.Key)">
@country.Value
</SelectItem>
}
</Select>
But now, I want to add multi select with checkbox this functionality so please suggest me.
Thanks,
Hi
Thanks for the reply but I am using volo.abp.emailing and in above link they are using inbuilt email sending functionality but I want to use default emailing functionality which is provided by abp.
Please suggest me for the same
Thanks,
Hi
Abp framework version : 4.1.1 UI Type : MVC DB Provider : EF Core Tiered or Identity Server Separated : No Steps to reproduce the issue : I am using commercial version of abp so after logged in as admin If I click on manage profile that time I am getting this issue.
Thanks,
Hi
Yes tried in private window too but same error is coming so is it possible to connect via zoom?
Thanks,
Hi
You can create commercial project and then after login you will get this.
Thanks,
Hi Gterdem
No exception is coming in db table I checked in audit logs.
Thanks,
Hi
I am using chrome as well as edge browser but in both browser same error is coming. I am getting nullable object must have value error after clikcing on manage profile option.
Thanks,