Activities of "SandeepPareek"

Shared OpenIddictApplications data with you. Please check

Thanks!

I have emailed some OpenIddictDataSeedContributor methods. Can you check and let me know if there's some issue in it.

Thanks! The project is now building and running correctly. But I am unable to generate token from auth-server on login. Potential issue can be OpenIddictApplications table not being seeded correctly while migration. Can you help finding the issue?

Shared Volo.Abp.Account.Pro module source code via WeTransfer

Also, Shared all the Volo.Abp.Account and Volo.Abp.Identity references directly on your mail liming.ma@volosoft.com

Please check

https://abp.io/support/questions/4242/The-AuthServer-project-is-unable-to-load-the-assembly-VoloAbpAccountProPublicWeb

According to this ticket, we need to replace the PackageReference with a ProjectReference. I’ve downloaded the Volo.Abp.Account.Pro module source code, but it's currently not building. Could you help identify what might be causing the issue? Once the module builds successfully, I’ll proceed with replacing the package reference.

Hi

We have multiple microservices referencing this module, and each microservice’s DDD layer also has its own .csproj files.

Given the complexity of the setup, I believe it would be most effective if we could connect at your preferred time, so I can walk you through the structure and you can guide me accordingly.

Please let me know what time works best for you.

Yes, we’re using source code references for the Account modules, and previously, IdentityServer was also used as a source code reference. However, during the migration, I switched to using the package reference for the OpenIddict module (version 8.1.2, same as the rest).

Could this mismatch between source code reference and package reference be causing the issue?

I can't share the source code, but I'm happy to connect tomorrow to walk through the setup. Let me know if that works for you.

Hi,

Everything was working fine prior to the migration to OpenIddict.

The issue starts to come when UrvinFinanceAuthServerModule started dependency on AbpAccountPublicWebOpenIddictModule which internally depends on AbpAccountPublicWebModule, which is now causing problems on dotnet run.

Please let me know if there’s a recommended way to handle or override this dependency in the context of OpenIddict.

Sent! Please check.

Here are the logs. I ran command dotnet run from powershell

[12:30:56 INF] Starting UrvinFinance.AuthServer.
[12:30:57 FTL] UrvinFinance.AuthServer terminated unexpectedly!
System.IO.FileNotFoundException: Could not load file or assembly 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=8.1.2.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'Volo.Abp.Account.Pro.Public.Application.Contracts, Version=8.1.2.0, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
   at System.Reflection.TypeNameParser.ResolveAssembly(String assemblyName)
   at System.Reflection.TypeNameParser.GetType(String typeName, ReadOnlySpan`1 nestedTypeNames, String assemblyNameIfAny)
   at System.Reflection.TypeNameParser.Parse()
   at System.Reflection.TypeNameParser.GetTypeHelper(Char* pTypeName, RuntimeAssembly requestingAssembly, Boolean throwOnError, Boolean requireAssemblyQualifiedName)
   at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, RuntimeType type, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs)
   at System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder`1& attributes, RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, ListBuilder`1 derivedAttributes)
   at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
   at System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
   at Volo.Abp.Modularity.AbpModuleHelper.FindDependedModuleTypes(Type moduleType)
   at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List`1 moduleTypes, Type moduleType, ILogger logger, Int32 depth)
   at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List`1 moduleTypes, Type moduleType, ILogger logger, Int32 depth)
   at Volo.Abp.Modularity.AbpModuleHelper.AddModuleAndDependenciesRecursively(List`1 moduleTypes, Type moduleType, ILogger logger, Int32 depth)
   at Volo.Abp.Modularity.AbpModuleHelper.FindAllModuleTypes(Type startupModuleType, ILogger logger)
   at Volo.Abp.Modularity.ModuleLoader.FillModules(List`1 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, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationWithExternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
   at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action`1 optionsAction)
   at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction)
   at UrvinFinance.AuthServer.Program.Main(String[] args) in C:\Step2gen\UrvinTerminal\apps\auth-server\src\UrvinFinance.AuthServer\Program.cs:line 79
Showing 1 to 10 of 21 entries
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 September 18, 2025, 07:10