Ninject 3.0 MVC kernel.bind error Auto Registration
- by user295734
Getting and error on kernel.Bind(scanner = ...
"scanner" has the little error line under it in VS 2010.
Cannot convert lambda expression to type 'System.Type[]'
because it is not a delegate
type
Tyring to Auto Register like the old kernel.scan in 2.0.
I can not figure out what i am doing wrong. Added and removed so many Ninject…