Activities of "alper"

the cookies are stored for only active session. when you close the window, it becomes invalid. users must check "remember me" to have a persistent session.

Add a sorting property

Use it in the query

if there'll be 100 tenants then using a wildcard certificate that supports all subdomains of your tenant1.website.com is good to go . but if your tenants are limited and known before then you can setup individual SSL certificates. for example we use this

send us the latest log file. it's under

%UserProfile%\.abp\suite\logs

that's the good solution

ok the problem is "mhd_hmz" user is assigned to your inactive organization "Projile" and you are using "Projile Corporation". we added the user "mhd_hmz" to the "Projile Corporation" organization

try the command and it will work

abp login mhd_hmz -p <your-password>

There's a stream support for the application services. Is that what you are looking for https://docs.abp.io/en/abp/latest/Application-Services#working-with-streams ?

is it recreating everything or just menu item? is that happening on v4.3.3?

there's a workaround for this issue.

Open YourMicroserviceSolution.IdentityService.EntityFrameworkCore.csproj project file and delete the <PrivateAssets>all</PrivateAssets> section. This will solve the version conflict.

<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net5.0</TargetFramework>
        <RootNamespace>MyAngulaarMicroservice.IdentityService</RootNamespace>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.*">
            
			<!-- delete this -->
			<PrivateAssets>all</PrivateAssets>
			
			
            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
        </PackageReference>
    </ItemGroup>

    <ItemGroup>
        <PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="4.3.2" />
        <PackageReference Include="Volo.Abp.Identity.Pro.EntityFrameworkCore" Version="4.3.2" />
        <PackageReference Include="Volo.Abp.IdentityServer.EntityFrameworkCore" Version="4.3.2" />
    </ItemGroup>

    <ItemGroup>
        <ProjectReference Include="..\MyAngulaarMicroservice.IdentityService.Domain\MyAngulaarMicroservice.IdentityService.Domain.csproj" />
    </ItemGroup>

</Project>

Install the latest .NET Core SDK https://dotnet.microsoft.com/download/dotnet/5.0

Showing 861 to 870 of 2067 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.