Advertisement
Guest User

Untitled

a guest
Apr 6th, 2011
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Error activating IDatabaseCommands
  2. No matching bindings are available, and the type is not self-bindable.
  3. Activation path:
  4. 4) Injection of dependency IDatabaseCommands into parameter databaseCommands of constructor of type DocumentSession
  5. 3) Injection of dependency IDocumentSession into parameter session of constructor of type RavenRepository
  6. 2) Injection of dependency IRavenRepository into parameter repository of constructor of type GageController
  7. 1) Request for GageController
  8.  
  9. Suggestions:
  10. 1) Ensure that you have defined a binding for IDatabaseCommands.
  11. 2) If the binding was defined in a module, ensure that the module has been loaded into the kernel.
  12. 3) Ensure you have not accidentally created more than one kernel.
  13. 4) If you are using constructor arguments, ensure that the parameter name matches the constructors parameter name.
  14. 5) If you are using automatic module loading, ensure the search path and filters are correct.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement