hi
Are you using static or dynamic client proxy?
https://abp.io/docs/latest/framework/api-development/static-csharp-clients https://abp.io/docs/latest/framework/api-development/dynamic-csharp-clients
hi
You can troubleshoot problem by following: https://blog.elmah.io/http-error-500-30-asp-net-core-app-failed-to-start-help/
https://github.com/abpframework/abp/issues/21009
Thanks. We will fix this in the next version.
Using another parameter name will avoid this situation.
hi
If your entity has implemented the IMultiTenant
there is no way to ignore it.
Add your module
xxx.EntityFrameworkCore
xxx.Application
xxx.HttpApi
to GeoTicket.CustomerService
add your module
xxx.Application.Contracts
to GeoTicket.CustomerService.Contracts
add your module
xxx.Blazor.WebAssembly
customer/GeoTicket.CustomerService.Contracts/GeoTicket.CustomerService.cspro
to apps\blazor\xxx.Blazor.Client\xxx.Blazor.Client.csproj
And depends on the necessary modules.
file-management
service to know the project structure.