I am trying to setup an extension. This extension is an MVC4 webapp setup with NInject. I can't get NInject hooked. Is there some sample code on how to use it within Umbraco Scope. In particular where I should wire it up.
I have a StartupHandler: IApplicationEventHandler class that I use to set stuff like datacontext etc. I would assume it would be wired up in here. But so far no luck.
Umbraco Extension with NInject
Hi,
I am trying to setup an extension. This extension is an MVC4 webapp setup with NInject. I can't get NInject hooked. Is there some sample code on how to use it within Umbraco Scope. In particular where I should wire it up.
I have a StartupHandler: IApplicationEventHandler class that I use to set stuff like datacontext etc. I would assume it would be wired up in here. But so far no luck.
is working on a reply...