I made a post on the Ninject forum but haven't received any answers... wondering if anyone has any suggestions?
http://groups.google.com/group/ninject/browse_thread/thread/9ac79d5541f015cb
Hello everyone, I have a few different workflows in a windows service and these workflows share some dependencies. I'd like to define multiple scopes, and then bind into that scope. If I make multiple bindings, each with the different scope, I get an exception that basically says I have duplicate bindings. Is there a preferred way of doing this?
Thanks!