0

I pulled the latest Ninject.Extensions.Wcf (3.0.0.5) from nuget but the

NinjectWcfConfiguration type used in the SelfHost example is not in that package?

Anders
  • 17,306
  • 10
  • 76
  • 144

1 Answers1

1

No it's not. It is in the Ninject.Extension.Wcf.SelfHost 3.0.2-unstable-x prerelease

Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249
Remo Gloor
  • 32,665
  • 4
  • 68
  • 98
  • Yeah I missed to set the filter to unstable in nuget manager :P – Anders Feb 18 '13 at 23:25
  • Hmm, adding that package does not add any references? – Anders Feb 19 '13 at 08:22
  • After I added Ninject.Extensions.Wcf.SelfHost I get Ninject.Web.Common, Ninject.Extensions.Wcf and Ninject referenced. None contains the SelfHosting classes? Somethign wrong with the Nuget package? – Anders Feb 22 '13 at 14:13