I didn't use Tieredproject
The project already enabled the multi-tenant feature.
if (MultiTenancyConsts.IsEnabled)
{
app.UseMultiTenancy();
}
hi
We can confirm that related to your environment, You can google it. We don't have much advice
hi
I think there is a problem with your environment. You can try to use dotnet ef
https://learn.microsoft.com/en-us/ef/core/cli/dotnet
https://www.nuget.org/packages/dotnet-ef/
hi
I will create a internal issue.
hi
Is there any logs from Event Viewer
This all is because tiered project.
You can use devexpress ui in a Monolithic application project.
I think the tiered project is not applicable devexpress UI.
hi
this seems asp net core issue
https://github.com/dotnet/aspnetcore/issues/38842
hi
The abp application supports the standard oauth2 protocol (Identity Server or OpenIddict)
You can use odic or other oauth2 flow according to your application. We don't have much advice. If you got an error, You can share it.
hi
it tells me the repository has not been registered.
You are using the Tiered project, You shouldn't reference the DashboardSample.Application.csproj on DashboardSample.Web.
Web doesn't depend on Application so dependency injection won't work.