Ok now I've realized.
TheAspZero code before was in private repository, while now has moved on public repository. Thank you very much @srtrix20.
Thank you very very much @BBakerMMC.
In this moment there are many versions and many things to update and fix. Is difficult find if it's a bug, an error or some wrong implementations. I was looking for a solution since this morning .
Hi @ismcagdas,
I'm sorry but is not what I mean.
I try to explain better: What I need is the source code of the nuget packages like Abp v.2.3.0 that contains public abstract class AbpModule { ....
From AspnetZero github I can download "aspnet-zero-core" that it isn't the source code. Is a template project.
In 3.2.0 version the soluzione Abp.sln contains the source code of AbpModule. I need the same but from 4.3.0 core version.
Thanks
Hi,
I'm using the Core version (3.2.0) with angular. We are planning to upgrade to version 4.3.0. I know that is my problem how to make the upgrade, but I need the source code for that. aspnet-zero-core has MyCompanyName.AbpZeroTemplate.sln that I don't think is the source code.
I need what in the 3.2.0 version were Abp.sln and Abp.Zero.sln.
Thank you.
MyData is defined in Plugin2. Plugin1 doesn't any reference to Plugin2.
Thank you. I will try this way.
I wondering if anybody else has the same problems.
Hi, the Kestrel version is 1.1.1 (file verision 1.1.1.30217). The message I've posted was taken from Event viewer. This morning another customer found the application pool stopped with the same error.
Every time we found Hosting shuthdown the application pool is stopped and in the Event viewer is present the Kestrel error message. Extract from the Abp log trace.
DEBUG 2017-07-16 00:32:35,102 [libuv] Microsoft.AspNetCore.Server.Kestrel - Connection id "0HL6BOPNLHK5E" sending FIN. DEBUG 2017-07-16 00:32:35,102 [libuv] Microsoft.AspNetCore.Server.Kestrel - Connection id "0HL6BOPNLHK5E" sent FIN with status "0". DEBUG 2017-07-16 00:32:35,102 [libuv] Microsoft.AspNetCore.Server.Kestrel - Connection id "0HL6BOPNLHK5E" stopped. DEBUG 2017-07-16 00:51:03,608 [1 ] soft.AspNetCore.Hosting.Internal.WebHost - Hosting shutdown DEBUG 2017-07-17 08:46:02,323 [1 ] Abp.Modules.AbpModuleManager - Loading Abp modules... DEBUG 2017-07-17 08:46:03,048 [1 ] Abp.Modules.AbpModuleManager - Found 25 ABP modules in total. DEBUG 2017-07-17 08:46:03,063 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Uno.Framework.Web.Startup.FrameworkWebHostModule, Uno.Framework.Web.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-07-17 08:46:03,063 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Uno.Framework.Web.FrameworkWebCoreModule, Uno.Framework.Web.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-07-17 08:46:03,063 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Uno.Framework.FrameworkApplicationModule, Uno.Framework.Application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-07-17 08:46:03,063 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Uno.Framework.FrameworkCoreModule, Uno.Framework.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-07-17 08:46:03,063 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.AbpZeroCoreModule, Abp.Zero, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null
We are near to panic!!
I've tried to change the Period in DoWork and it seems works. My doubt is only if this is expected or can cause some stranges side effects.
Thank you. Your suggestion works.
I've two different varibales that refers to the same logger, but in this particulare case I can survive with this.
Solved. I was missing base.OnModelCreating.
Thanks