Skip to content

Instantly share code, notes, and snippets.

@Fodsuk
Created February 20, 2013 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fodsuk/4996871 to your computer and use it in GitHub Desktop.
Save Fodsuk/4996871 to your computer and use it in GitHub Desktop.
ProspectBasedUserAuthenticationService
2) Injection of dependency IUserAuthenticationService into parameter authenticationService of constructor of type UsersController
1) Request for UsersController
Suggestions:
1) Ensure that you have defined a binding for IProspectSecurityService.
2) If the binding was defined in a module, ensure that the module has been loaded into the kernel.
3) Ensure you have not accidentally created more than one kernel.
4) If you are using constructor arguments, ensure that the parameter name matches the constructors parameter name.
5) If you are using automatic module loading, ensure the search path and filters are correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment