Open Closed

Could not load type 'Volo.Abp.EventBus.Distributed.IDistributedEventBus' from assembly 'Volo.Abp.EventBus #5966


User avatar
0
yasin.hallak.89@gmail.com created
  • ABP Framework version: v7.4.0

  • UI Type: MVC

  • Database System: EF Core (SQL Server)

  • Tiered (for MVC) or Auth Server Separated (for Angular): no

  • Exception Could not load type 'Volo.Abp.EventBus.Distributed.IDistributedEventBus' from assembly 'Volo.Abp.EventBus, Version=7.4.0.0, Culture=neutral, PublicKeyToken=null'.:

Hi Support :

I have been Upgrade from 7.2.1 to 7.4.0 and it build done , but when I run web application it gave me this exception above and I didn't use this package in my application !!

Waht is the problem , Can you help me assap Plz :)


3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Please make sure all ABP packages are 7.4.0 version.

    And try abp clean & dotnet build again.

    I didn't use this package in my application

    This is the basic package of abp and is included in the template.

  • User Avatar
    0
    yasin.hallak.89@gmail.com created

    Hi,

    Please make sure all ABP packages are 7.4.0 version.

    And try abp clean & dotnet build again.

    I didn't use this package in my application

    This is the basic package of abp and is included in the template.

    Hi,

    I have package <PackageReference Include="Volo.Payment.Stripe.HttpApi" Version="5.2.2" /> but when upgrade

    to version 7.4 and build app gave me error not found this package with version 7.4

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    You should remove that package. Here is the related migration guide: https://docs.abp.io/en/commercial/latest/migration-guides/v5_2

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