brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
742 stars 238 forks source link

Method not found: 'System.__Canon BrockAllen.MembershipReboot.UserAccountService`1.CreateAccount #639

Closed vinaykasireddy closed 7 years ago

vinaykasireddy commented 8 years ago

I am receiving the below error. Any idea on what might be the cause? I get this error message only when i try to create a user using identity manager new user page.

Version Installed:

IdentityServer3 2.5 BrockAllen.MembershipReboot 8.4 IdentityServer3.MembershipReboot 2.0 IdentityManager.MembershipReboot 1.0.0-beta5 (Prerelease) IdentityManager 1.0.0-beta5-4 (Prerelease)

image

image

brockallen commented 8 years ago

Yea, I think I've seen this before when there's some version mismatch. Are all the nugets up to date.

vinaykasireddy commented 8 years ago

Yes. I tried in all the combinations unless u want me to downgrade everything, which is not possible.

You might have seen the similar issue at the below link. I even replied the same thing there but no support. Thought it will be rectified by now and upgraded everything to latest. But still the problem exists.

https://github.com/IdentityServer/IdentityServer3/issues/1790

mafshin commented 8 years ago

Thanks @brockallen , I faced the very same exception and as you suggested it was because of version mismatch. The Consolidateoption in Nuget Package Manager fixed that.