I\'m trying to inject a repository to a custom membership provider with ninject in MVC 3.
In MembershipProvider I have tried the following:
[Inject]
Did you try resolving your repository "manually", like in this answer: Ninject : Resolving an object by type _and_ registration name/identifier ?