I've been trying to update my Ninject not to meet this bug and I wasn't able to figure out what version of Ninject.Web.Common
I have.
Here's a line from packages.config
package id="Ninject.Web.Common" version="3.2.3.0" ...
However, the csproj contains the following line
Reference Include="Ninject.Web.Common, Version=3.2.0.0 ..."
What exactly does the reference version here means?