I'm closing the question.
Hello, are you trying to add a user from the admin page or to register? This code is working to add user from admin page. Can you create and share a project that doesn't work using this method? You can create a private repository on Github and authorize me.(https://github.com/salihozkara)
I fixed the return type but result not changed, your version is : v5.3.4? because as i see your constructor inputs are not same as i. for example you dont have distributedEventBus as input for constructor
I tested it with MVC as it is a backend. That's why it's missing.
Now I've created it with Angular.
The command I use to create the project is: abp new Qa4641 --version 5.3.4 -u angular
Can you try this way? [Dependency(ServiceLifetime.Transient, ReplaceServices = true)]
Hi can you tell me the project and cli version and the minimum steps required to reproduce
I am sorry this is my mistake. Packages maybe not released. Abp cli does not support downgrade. You can wait for the packages to be released or manually downgrade the versions.
Hello 7.0.2 packages have been released. Can you run theabp clean
command and try again?
Hello, have you looked here? Configuration may be missing.
Your code does not have configuration
Configure<AbpAutoMapperOptions>(options =>
{
//Add all mappings defined in the assembly of the MyModule class
options.AddMaps<MyModule>();
});