I am using Ninject 1.5 with my .Net 2.0 web application. My local dev machine had no problem running the application, but once I deploy it onto a testing server, all I get is a big yellow saying that -
"Method 'Ninject.Core.Infrastructure.TypedCollection '2.Add' on 'Ninject.Core.Parameters.ParameterCollection' from assembly 'Ninject.Core, Version=1.5.0.0,...' tried to implicitly implement an interface method with weaker type parameter constraints."
My code is throwing this exception when it is creating the Ninject kernel and loads my StandardModules.
Any ideas?