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)
-
0
Hi,
Please make sure all
ABP
packages are7.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.
-
0
Hi,
Please make sure all
ABP
packages are7.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 upgradeto version 7.4 and build app gave me error not found this package with version 7.4
-
0
You should remove that package. Here is the related migration guide: https://docs.abp.io/en/commercial/latest/migration-guides/v5_2