question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

userLoginAttemptRepository no matching argumentsin latest release

See original GitHub issue

Hi, I am getting issues while building

Severity Code Description Project File Line Suppression State Error CS7036 There is no argument given that corresponds to the required formal parameter

'userLoginAttemptRepository' of 'AbpUserManager<Tenant, Role, User>.AbpUserManager(AbpUserStore<Tenant, Role, User>, AbpRoleManager<Tenant, Role, User>, IRepository<Tenant>, IMultiTenancyConfig, IPermissionManager, IUnitOfWorkManager, ISettingManager, IUserManagementConfig, IIocResolver, ICacheManager, IRepository<OrganizationUnit, long>, IRepository<UserOrganizationUnit, long>, IOrganizationUnitSettings, IRepository<UserLoginAttempt, long>)' ABP_Learning.Core c:\ABP_Learning.Core\Users\UserManager.cs 33

thanks

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hikalkancommented, Mar 21, 2016

You may need to revise constructor of your UserManager. You can take this as an example:https://github.com/aspnetboilerplate/module-zero/blob/master/src/Tests/Abp.Zero.SampleApp/Users/UserManager.cs

Also, be sure that all Abp.* packages are in the latest version.

0reactions
hikalkancommented, Mar 22, 2016

Updated module zero template.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trying to install epel-release on Fedora 30 -- no match for ...
That is why you cannot install the "epel-release" package in Fedora. It simply does not exist. Don't try to use EPEL on Fedora....
Read more >
ssh unable to negotiate - no matching key exchange ...
I am trying to log in to my DSL router, because I'm having trouble with command-line mail. I'm hoping to be able to...
Read more >
Fix for ssh authentication failure "no matching host key type ...
This morning, when attempting to ssh to it, authentication failed with: no matching host key type found. Their offer: ssh-rsa. It turns out...
Read more >
'rhel-7-server-optional-rpms' does not match a valid ...
Hello, I am encountering this problem on a RedHat 7.3 server. I run the command as follows: - subscription-manager repos --enable ...
Read more >
No matching distribution found" in updating Pipfile.lock ...
When we try to install a private package from our Package Repository of GitLab.com, we got the following error. (It worked in v2022.1.18....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found