Ninject with ASP.Net webforms and MVC

后端 未结 3 571
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-09 08:28

I want to use Ninject in a project which combines ASP.Net webforms and ASP.Net MVC. I\'m using Ninject 2, but when I use NinjectHttpApplication from Ninject.Web.Mvc it complains

3条回答
  •  醉酒成梦
    2021-02-09 09:15

    1) Have a look in the source for both the Mvc and non-Mvc Ninject Extensions - the code is very short and neat

    2) Go to the ninject mailing list and ask this question, together with what you've learned from the source. There'll be an answer or a patch lightening quick

提交回复
热议问题