I\'m developing a MVC5 project on Visual Studio 2017 Version 15.4. I\'m getting unexpected result here what I never faced before. I\'ve installed Ninject.MVC5
packa
and you are home with NinjectWebCommon.cs in your App_Start folder
Install Ninject.MVC5 from Nuget package and keep version 3.2.1 In latest 3.3.0 version it was not adding NinjectWebCommon.cs file so I downgraded version and it has worked for me.
Happy Coding!
I was facing the same issue,for fixing this i changed the Ninject packages version to 3.2.2.(downgrade)By doing this NinjectWebCommon.cs will be generated.But on running the project it will give error,so switch again to earlier version of Ninject packages. And run the project.The project will run properly