0

I want to use Ninject with REST WCF. I found this article where the implementation looks quite easy. The problem is that I can't find NinjectWcfApplication which my Global.asax needs to inherit anywhere in my project. The installed packages are - Ninject, Ninject.Extensions.Wcf and Ninject.Web.Common.

Also maybe there is a better way of REST WCF Ninject implementation.

Thanks in advance!

nev.angelova
  • 94
  • 11

1 Answers1

1

It's probably because you are using Ninject 3.2 and it doesn't containg this class. Author of article is using Ninject 2.2. Maybe this Upgrading Ninject/Ninject WCF Extensions to the latest version 3.0.0.5 will be usefull for you.

Community
  • 1
  • 1
Andrey
  • 160
  • 1
  • 9