the directory paths are stored in the following locations:
%UserProfile%\.abp\suite\appsettings.json (WINDOWS)~/.abp/suite/appsettings.json (MAC)check that the paths are correct and valid for your ABP solution.
can you reproduce it with 4.4.2?
the version releases takes some time. if you update your solution within an ongoing release you may encounter some issues. because some packages will be missing but they'll be published soon.
the answer is https://commercial.abp.io/faq#what-happens-when-license-ends tldr; you can use it forever (perpetual license) you will still login in development mode but you'll not be able to get the latest major updates.
I agree that 4sec is too much for that appservice method. then there's a problem with the database server. can you add Dapper to your project and write a raw sql without using ABP repositories. If the duration is still long it means there's a slowness at the database server.
@rafal, 4.4.2 will be released this weekend but I'm sorry that this feature will not be included in 4.4.2. because the PR is still under revision. we don't want to have an issue on this important feature. probably next release you can get it.
_identityUserAppService.GetListAsync makes 2 DB request. one for count one for the list. and I think this duration is OK. 1.44second is acceptable with a fully featured request.
Do you say it adds 300ms when you derive from AbpController?
See the AbpController base class which uses Lazy properties.
hi piseth,
we got your project. we'll inspect and get back to you soon.
@rafal this feature will be in 4.4.2. 4.4.1 will be released this week.