Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 8
    +1 Thank!. I didn'it install "Ninject.web.WebApi.WebHost", and after you post i did it . Eveything is Ok now. Commented Oct 14, 2015 at 11:21
  • 3
    I also needed to add Ninject.web.WebApi.WebHost thanks for the assist! Commented Mar 12, 2016 at 1:02
  • 2
    Ninject.web.WebApi.WebHost creates all the files you need. You just need to write your implementation in the RegisterServices it provides. The other answers are confusing. This is the only thing you need to do. Commented May 9, 2016 at 7:57
  • This is the answer that also worked for me. However, I wonder why we need all those packages. Can anyone refer me to a link or tutorial that explains what is going on under the hood? Commented Jun 15, 2016 at 14:42