Base solution for your next web application

Activities of "globalbilgi"

Merhaba,

Abp.Quartz ile oluşturduğum schedule IIS timeout süresi dolduğunda aşağıdaki gibi kendini kapatıyor.

INFO 2019-05-31 12:44:39,214 [45 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 POST http://127.0.0.1:40864/iisintegration 0 INFO 2019-05-31 12:44:39,215 [45 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.6502ms 202 DEBUG 2019-05-31 12:44:39,222 [50 ] Abp.Modules.AbpModuleManager - Shutting down has been started DEBUG 2019-05-31 12:44:39,225 [50 ] Abp.BackgroundJobs.BackgroundJobManager - Stop background worker: Abp.BackgroundJobs.BackgroundJobManager DEBUG 2019-05-31 12:44:39,225 [50 ] Abp.Quartz.QuartzScheduleJobManager - Stop background worker: Abp.Quartz.QuartzScheduleJobManager

Benim schedule ortalama 4 saat çalışmaktadır. IIS timeout süresini arttırmadan bu sorunu nasıl çözebiliriz ?

İyi çalışmalar

Merhaba,

.Net Core & Angular projesinde sol menüyü dinamik hale getirmek istiyorum. Gerekli servisleri .net ve angular tarafında yazdım ve SideBarMenuComponent 'inde menu:AppMenu değişkenini :

this._appNavigationService.GetUserMenu().subscribe(res => { this.menu = res; console.log("res,appmenu this.menu", res, this.menu); });

Yukarıdaki gibi set ediyorum fakat sayfa load olana kadar 74 kere aşağıdaki gibi menu items bulunamadı hatası veriyor. Bende bunu çözmek için ngif="menu" yapıyorum bu seferde sol menu hiç dolmuyor. Sadece mouse ile üzerine geldiğimde doluyor.

Bu sorunu çözmek için ne yapmalıyım ?

Hi, After creating two different tenants : We give "Feature of chatting with other customers" as a package .

But the tenants in this feature can't see different users and add as a friend.

What should we do to activate ? Is this a general problem or there is another option ?

Best regards

Showing 1 to 3 of 3 entries