-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Update Web Activator Dependency #29
Comments
Implemented in ninject/Ninject.Web.Common@55829c2 |
Seems that there are still issues resolving WebActivator. I think it should be looking for WebActivatorEx (for Ninject.MVC3 3.0.2-unstable 8 on Nuget). |
Not only it should be using WebActivatorEx package instead. It should also use: [assembly: WebActivatorEx.PreApplicationStartMethod(typeof(WebApplication1.Web.AppStart), "Start")] in NinjectWebCommon.cs that's automatically added. Please update. |
How about sending a pull?
|
The old WebActivator reference comes from Ninject.Web.Common and not this repo. Apologies. |
Hi I have been working with the creator of WebActivator closely for a new issue that arose with update to .net 4.5 using MVC. We have patched a work around in WebActivator 2.0.2, but ninject this requires 1.5.x
Can you please update ninject to use the latest WebActivator
The text was updated successfully, but these errors were encountered: