Open Closed

exited with code: 1 - Licencing issue on my system #9013


User avatar
0
kashif created

Provide us with the following info: 🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration button.

  • Template: app
  • Created ABP Studio Version: 0.9.21
  • Current ABP Studio Version: 0.9.25
  • Tiered: No
  • Multi-Tenancy: Yes
  • UI Framework: mvc
  • Theme: leptonx
  • Theme Style: system
  • Run Install Libs: Yes
  • Database Provider: ef
  • Database Management System: sqlserver
  • Separate Tenant Schema: No
  • Create Initial Migration: Yes
  • Run Db Migrator: Yes
  • Mobile Framework: none
  • Public Website: No
  • Include Tests: Yes
  • Kubernetes Configuration: No
  • Distributed Event Bus: rabbitmq
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • Chat
    • OpenIddictAdmin
  • Exception message and full stack trace: 2025-03-21 17:19:59.621 +05:00 [INF] Starting web host. 2025-03-21 17:20:00.111 +05:00 [FTL] Host terminated unexpectedly! System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.Exception: This assembly is protected by an unregistered version of Eziriz's ".NET Reactor"! This assembly won't further work. at m8DD5BDCBAFE35CA() at .cctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.GetActivationInfo(RuntimeType rt, & pfnAllocator, Void*& vAllocatorFirstArg, & pfnRefCtor, & pfnValueCtor, Boolean& ctorIsPublic) at System.RuntimeType.ActivatorCache..ctor(RuntimeType rt) at System.RuntimeType.ActivatorCache.Create(RuntimeType type) at System.RuntimeType.IGenericCacheEntry1.CreateAndCache(RuntimeType type) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean wrapExceptions) at Volo.Abp.Modularity.ModuleLoader.CreateAndRegisterModule(IServiceCollection services, Type moduleType) at Volo.Abp.Modularity.ModuleLoader.CreateModuleDescriptor(IServiceCollection services, Type moduleType, Boolean isLoadedAsPlugIn) at Volo.Abp.Modularity.ModuleLoader.FillModules(List1 modules, IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.Modularity.ModuleLoader.GetDescriptors(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.Modularity.ModuleLoader.LoadModules(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources) at Volo.Abp.AbpApplicationBase.LoadModules(IServiceCollection services, AbpApplicationCreationOptions options) at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action1 optionsAction) at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action1 optionsAction) 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 QMSV3.Web.Program.Main(String[] args) in E:\Repos\QMS\QMSV3\src\QMSV3.Web\Program.cs:line 43

  • Steps to reproduce the issue:


15 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please try to clear your local nuget cache and build again

    dotnet nuget locals all --clear

    Thanks

  • User Avatar
    0
    kashif created

    hi

    Please try to clear your local nuget cache and build again

    dotnet nuget locals all --clear

    Thanks

    Thank you maliming, I have tried to do that, but it didn't work. I even uninstall the CLI and ABP studio but result is the same.

    I Uninstall the following:

    ABP Studio

    volo.abp.suite

    volo.abp.studio.cli

    dotnet nuget locals all --clear and install them APB Studio again but it didn't work.

    2025-03-22 11:59:33.059 +05:00 [INF] Starting web host. 2025-03-22 11:59:33.926 +05:00 [FTL] Host terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.OpenIddict.AbpOpenIddictDomainModule, Volo.Abp.OpenIddict.Domain, Version=9.0.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.MissingMethodException: Method not found: 'System.Collections.Generic.IAsyncEnumerable1<System.Object> OpenIddict.Abstractions.IOpenIddictAuthorizationManager.FindAsync(System.String, System.String, System.Threading.CancellationToken)'. at Microsoft.Extensions.DependencyInjection.OpenIddictCoreExtensions.AddCore(OpenIddictBuilder builder) at Microsoft.Extensions.DependencyInjection.OpenIddictCoreExtensions.AddCore(OpenIddictBuilder builder, Action1 configuration) at Volo.Abp.OpenIddict.AbpOpenIddictDomainModule.AddOpenIddictCore(IServiceCollection services) at Volo.Abp.OpenIddict.AbpOpenIddictDomainModule.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, Action`1 optionsAction) at QMSV3.Web.Program.Main(String[] args) in E:\Repos\QMS\QMSV3\src\QMSV3.Web\Program.cs:line 43

  • User Avatar
    0
    kashif created

    hi

    Please try to clear your local nuget cache and build again

    dotnet nuget locals all --clear

    Thanks

    Thank you maliming, I have tried to do that, but it didn't work. I even uninstall the CLI and ABP studio but result is the same.

    I Uninstall the following:

    ABP Studio

    volo.abp.suite

    volo.abp.studio.cli

    dotnet nuget locals all --clear and install them APB Studio again but it didn't work.

    2025-03-22 11:59:33.059 +05:00 [INF] Starting web host. 2025-03-22 11:59:33.926 +05:00 [FTL] Host terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.OpenIddict.AbpOpenIddictDomainModule, Volo.Abp.OpenIddict.Domain, Version=9.0.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.MissingMethodException: Method not found: 'System.Collections.Generic.IAsyncEnumerable1<System.Object> OpenIddict.Abstractions.IOpenIddictAuthorizationManager.FindAsync(System.String, System.String, System.Threading.CancellationToken)'. at Microsoft.Extensions.DependencyInjection.OpenIddictCoreExtensions.AddCore(OpenIddictBuilder builder) at Microsoft.Extensions.DependencyInjection.OpenIddictCoreExtensions.AddCore(OpenIddictBuilder builder, Action1 configuration) at Volo.Abp.OpenIddict.AbpOpenIddictDomainModule.AddOpenIddictCore(IServiceCollection services) at Volo.Abp.OpenIddict.AbpOpenIddictDomainModule.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, Action`1 optionsAction) at QMSV3.Web.Program.Main(String[] args) in E:\Repos\QMS\QMSV3\src\QMSV3.Web\Program.cs:line 43

    I created a new solution which is working fine but my actual solution is not working.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    my actual solution is not working.

    Can you share your solution source code?

    liming.ma@volosoft.com

    Thanks.

  • User Avatar
    0
    kashif created

    hi

    my actual solution is not working.

    Can you share your solution source code?

    liming.ma@volosoft.com

    Thanks.

    Email sent with source code zip

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I have not received your mail. Can you share it by https://wetransfer.com/ ?

    Thanks.

  • User Avatar
    0
    kashif created

    hi

    I have not received your mail. Can you share it by https://wetransfer.com/ ?

    Thanks.

    try this link

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please use the same version packages of Volo.

    Some are 9.1.0, and some are 9.0.3; you have to use the same version. 9.1.0 or 9.0.3 in all of your csproj files.

  • User Avatar
    0
    kashif created

    I want to use Version="9.1.0" i upgrade from ABP Studio and also try to update NuGet package manager. can you correct this and send the code back if possible?

  • User Avatar
    0
    kashif created

    I changed the Version="9.0.3" in all csproj files but the same error in log file and project didn't run

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What is your email?

  • User Avatar
    0
    kashif created

    hi

    What is your email?

    kashif.amin@interloop.com.pk

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I have sent the mail.

  • User Avatar
    0
    kashif created

    It working now thanks

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Great

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on July 11, 2025, 11:35