Hi all,
I’m just using ninject in a SharePoint project.
Going by every other web use of ninject people tend to use global.asax which is out of the question.
Given that I’ve got a web parts project and a core class library that both need to use this. Does anyone have any suggestions as to where/how to get ninject working.
I’d like to be able to use constructor injection.
Assume also that IHttpModule is out of the question, as web.config cannot be modified.
Any help appreciated.
Cheers
Sean.
Any help appreciated.