- ABP Framework version: v4.4.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
1、 use abp update cli 4.3.3 Upgrade to 4.4.0 2、 do not change the solution structure 3、 *.DbMigrator and *.HttpApi.Host project runtime exception: Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. code position: application.Initialize() ,not stack message.
Whether there is an upgrade tutorial?
7 Answer(s)
- 
    0Can you share stacktrace? 
- 
    0My code is canceled, stack no message. stack = null. 
- 
    0run *.DbMigrator: System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=Volo.Abp.Core StackTrace: at Volo.Abp.AbpApplicationWithInternalServiceProvider.Dispose() 
- 
    0Can you try remove bin&objfolders before build
- 
    0
- 
    0hi tolo Can you create a 4.4.0 project and check the code? Or you can share a project with me. liming.ma@volosoft.com 
- 
    0I found the problem; The custom defined module is not upgraded to 4.4.0。 There is too little exception information :) 


 
                                