Install-Package Ninject -IncludePreleaseUpdate-Package Ninject -IncludePrelease
Please try if this version works for your project and submit a bug request otherwise on https://github.com/ninject.
Detailed informations about the changes will follow in the coming days on my blog: http://www.planetgeek.ch/author/remo-gloor/ Until then have a look at the releasenotes.txt
Remo
--
You received this message because you are subscribed to the Google Groups "ninject" group.
To post to this group, send email to nin...@googlegroups.com.
To unsubscribe from this group, send email to ninject+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ninject?hl=en.
--
You received this message because you are subscribed to the Google Groups "ninject" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ninject/-/Hw9SMse7uJ4J.
I recently built the extension against the MVC4 libraries for testing purposes and it seems to work without any changes to the source code. This means you should be able to use the MVC3 build. But it might require that you redirect MVC3 references to MVC4 in the web config. But to be honest I haven’t tested running MVC4 with the MVC3 library myself yet. Alternatively you can get the source code from github change the references to MVC4 and build it yourself. This will definitely work. Also I planned to do a MVC4 NuGet prerelease shortly after 3.0.0 has been released.
--