Can't get Ninject.Extensions.Interception working
问题 I've been trying for ages to figure this our. when i try to bind my class with an interceptor i'm getting the following exception on the line Kernel.Bind<MyClass>().ToSelf().Intercept().With<ILoggerAspect>(); Error loading Ninject component IAdviceFactory. No such component has been registered in the kernel's component container I've tried with and without LoadExtensions, With about with using a Module to set up my bindings and my last attempt looks like this internal class AppConfiguration {