asp.net mvc - TypeLoadException using Ninject MVC3: NinjectMvcHttpApplicationPlugin doesn't implement GetRequestScope -
i have spent hours on trying figure out why, after upgrading ninject , ninject.web.common latest versions, have been getting typeloadexception.
i have answer, post, in case others same thing.
the interface ininjecthttpapplicationplugin has changed @ point using requestscope property getrequestscope method.
ninject.mvc3 has not been updated, breaking change.
to fix problem, either don't upgrade yet, or install pre-release 3.0.2 version of ninject.mvc3.
Comments
Post a Comment