Ninject.MVC5 not generating NinjectWebCommon.Cs

后端 未结 9 1905
独厮守ぢ
独厮守ぢ 2021-02-12 11:50

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

9条回答
  •  执念已碎
    2021-02-12 12:33

    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

提交回复
热议问题