Activities of "maliming"

hi

If your entity has implemented the IMultiTenant there is no way to achieve this.

hi vd

Can you create a new question? Our angular team will reply to you. THanks

hi

You need Test your connection string first.

xxxx.;Database=Tenant-A; TrustServerCertificate=True

OR

xxxx.;Database=Tenant-A; Encrypt=False

hi

I don't recommend that you do this.

The IMultiTenant is used in frameworks everywhere.

hi

  1. Try to change to TrustServerCertificate=True
  2. Try to use Encrypt=False

https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes?tabs=v7#mitigations

hi

Can you share the full code of your controller, including the DTO class?

Thanks

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.

Showing 561 to 570 of 8426 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11