Activities of "alper"

we're checking the issue.

it returns 10 records as default. but you should be writing into the typeahead component. do you get any console errors. and what's your suite version?

let's keep it open until it gets solved

we couldn't reproduce the Angular code generation problem.

Answer

There's no ABP module for ticket management. This website is also implemented with the ABP Commercial platform. But it's not for sale!

Answer

hi 5.2.0 is preview version. we have removed 5.2.0 from stable releases. so close all Visual Studios, remove your ABP Suite v5.2.0 and clear your nuget cache...

  1. removing abp suite : abp suite remove
  2. clear nuget cache: dotnet nuget locals all --clear
  3. install abp suite : abp suite install

this case is not directly related to ABP Framework. ABP Framework uses Entity Framework Core as the database provider. Do you get the same problem with a vanilla .NET console application?

for now, you can generate with Suite and make the necessary modifications. On the other hand, I created an issue to support these modules for the new versions. (issue: 9022)

this is different that's mentioned in https://support.abp.io/QA/Questions/17 .we already support module templates. but Administration, Identity and Saas modules are not identical to the ABP new module template that's why ABP Suite cannot properly generate on these modules.

Answer

I Created a new project (Abp : 5.1.1) (angular) (not separated identity ) (SQL Server) And added a new module (abp add-module CustomModule --new --add-to-solution-file) Then when I added a simple AppService and related Controller,
When I run the project I get this error:

Autofac.Core.DependencyResolutionException: 'An exception was thrown while activating Volo.Abp.IdentityServer.Grants.PersistedGrantStore -> Volo.Abp.ObjectMapping.DefaultObjectMapper1[[Volo.Abp.IdentityServer.AbpIdentityServerDomainModule, Volo.Abp.IdentityServer.Domain, Version=5.1.1.0, Culture=neutral, PublicKeyToken=null]] -> Volo.Abp.AutoMapper.AutoMapperAutoObjectMappingProvider1[[Volo.Abp.IdentityServer.AbpIdentityServerDomainModule, Volo.Abp.IdentityServer.Domain, Version=5.1.1.0, Culture=neutral, PublicKeyToken=null]] -> λ:Volo.Abp.AutoMapper.IMapperAccessor -> λ:Volo.Abp.AutoMapper.MapperAccessor.'

5.1.1 had a problem adding a module. upgrade to 5.1.2...

Showing 551 to 560 of 2058 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 23, 2025, 10:47