Activities of "liangshiwei"

Hi,

No such document, They are already configured by default.

You can create a tenant on the Saas/Tenans page.

Then, a tenant creation event will be published. Each microservice subscribes to this creation, creates the database, and initializes the seed data.

Hi,

You can remove the UseIISIntegration

When hosting in IIS, IIS passes custom headers to the asp.net application which will be missing when hiting the asp.net core process directly. When using IIS to reverse proxy asp.net core, you should only access it via IIS.

https://learn.microsoft.com/en-us/archive/msdn-technet-forums/c4fda121-5459-4274-81bd-94bfe9379c37

Hi,

Could you try clear Cookies?

Hi,

https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli#sql-scripts You can generate SQL script and migrate using SSMS.

You may need to change the timeout manually:

On the Connect to Server window, press the Options button and there is an option for Execution time-out. Make sure it is 0.

Hi,

You can consider using the ViewComponent: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-8.0

How to setup Serilog file retention policy in Abp Framework for all Micro Services?

Are you using the Microservice template right?

You can find it in the YourProjectName.Shared.Hosting project.

lets have call, as we are facing this issue from long time.

Sure, we can have a zoom meeting next Monday. my email is shiwei.liang@volosoft.com

Hi,

It seems like SignalR is not installed.

You can manually install the Volo.Chat.SignalR to the AdministrationService HTTPAPI.Host project

And add module class dependencies

[DependsOn(
  //...
  typeof(ChatSignalRModule)
)]

Hi,

Can you share the logs of the AdministrationService?

Hi,

I shared the project with you via email.

In this example project.

  • Removed all pre-built modules
  • Change EF Core to MongoDB
  • No UI and No Authorization
  • Leave the ProductService as a service example

When you unzip, you need to replace the AbpLicenseCode and ABP Commercial NuGet Source with yours

You can search <Replace with yours>

Showing 2331 to 2340 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 November 07, 2025, 08:20