Open Closed

4.3.3 Upgrade to 4.4.0 #1683


User avatar
0
tolo created
  • 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)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Can you share stacktrace?

  • User Avatar
    0
    tolo created

    My code is canceled, stack no message. stack = null.

  • User Avatar
    0
    tolo created

    run *.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()

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Can you try remove bin & obj folders before build

  • User Avatar
    0
    tolo created

    There is no change!

    run *.HttpApi.Host:

    There is no process associated with this object

    rollback to 4.3.3 ,all going well.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi 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

  • User Avatar
    0
    tolo created

    I found the problem; The custom defined module is not upgraded to 4.4.0。

    There is too little exception information :)

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11