Activities of "i.ullah@fandaqah.com"

hi

You can update the package version manually. Open your solution in vs code, search the packages, and replace it in all csproj files.

After updating all csproj file manually lots of error occur now in solution as below:

try to update identity to 8.2.0 but failed

Can you share details?

In my project we use abp module as a separate source code in which all module are downloaded as a source code in the solution. When I am going to update our project from version 8.1.3 to 8.2.0 by using abp update command from the root folder some projects are update but some project didn't update to version 8.2.0. Below are the screenshots of the project

Solution structure as below:

hi

---> System.TypeLoadException: Method 'RemoveClaimFromAllUsersAsync' in type

Make sure you use the same version of abp and volo packages.

Btw what is your Leptonx package version?

It should be abp version - 5

eg: 8.2.0 - 5 = 3.2.0

identity module is separate as a source code. try to update identity to 8.2.0 but failed

2024-07-02 11:39:53.532 +03:00 [INF] Starting Fandaqah.AuthServer. 2024-07-02 11:40:06.166 +03:00 [FTL] Fandaqah.AuthServer terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule, Volo.Abp.Identity.EntityFrameworkCore, Version=8.1.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.TypeLoadException: Method 'RemoveClaimFromAllUsersAsync' in type 'Volo.Abp.Identity.EntityFrameworkCore.EfCoreIdentityUserRepository' from assembly 'Volo.Abp.Identity.EntityFrameworkCore, Version=8.1.3.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. at Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule.<>c.<ConfigureServices>b__0_0(IAbpDbContextRegistrationOptionsBuilder options) at Microsoft.Extensions.DependencyInjection.AbpEfCoreServiceCollectionExtensions.AddAbpDbContext[TDbContext](IServiceCollection services, Action1 optionsBuilder) at Volo.Abp.Identity.EntityFrameworkCore.AbpIdentityEntityFrameworkCoreModule.ConfigureServices(ServiceConfigurationContext context) at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context) at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync() --- End of inner exception stack trace --- at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync() at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action1 optionsAction) at Fandaqah.Program.Main(String[] args) in E:\Projects\Fandaqah\aspnet-core\src\Fandaqah.AuthServer\Program.cs:line 36

Please resolve this issue ASAP. Unable to continue task. thanks

any update ?

After updating abp from 8.1.3 to 8.2.0 getting the below error in logs file and unable to start the application

After upgrading abp version from 8.1.3 to 8.2 getting the below error and unable to start the application. Kindly guide in this regard ASAP

trying to upgrade by executing command abp update but it only update from v8.1.3 to v8.1.4.

For a clean installation, please follow the steps below:

  • To update ABP CLI run the following commands:
dotnet tool uninstall -g Volo.Abp.Cli   
   
dotnet tool install -g Volo.Abp.Cli --version 8.2.0-rc.5   
  • To update ABP Suite run the following commands:
dotnet tool uninstall -g Volo.Abp.Suite   
   
abp suite install --version 8.2.0-rc.5   

Then, to update your project, you can either update it through the ABP Suite UI or by running the command below:

abp update   

also getting below error

You should specify the version because it's a release candidate. Therefore, please try the command below:

abp update --version 8.2.0-rc.5 

Is there any issue occur when we upgrade our ongoing live project to this version ?

trying to upgrade by executing command abp update but it only update from v8.1.3 to v8.1.4.

For a clean installation, please follow the steps below:

  • To update ABP CLI run the following commands:
dotnet tool uninstall -g Volo.Abp.Cli 
 
dotnet tool install -g Volo.Abp.Cli --version 8.2.0-rc.5 
  • To update ABP Suite run the following commands:
dotnet tool uninstall -g Volo.Abp.Suite 
 
abp suite install --version 8.2.0-rc.5 

Then, to update your project, you can either update it through the ABP Suite UI or by running the command below:

abp update 

also getting below error

Showing 21 to 30 of 81 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13