Ninject in ASP.NET MVC4

前端 未结 8 1948
终归单人心
终归单人心 2021-02-07 03:19

So after much screwing around I finally got Ninject wired in and compiling in my MVC4 application. The problem I was running into is the IDependencyScope interface no longer ex

8条回答
  •  一整个雨季
    2021-02-07 03:58

    I have come across the same issue not quite sure what has fixed after below changes

    added Ninject.MVC4 to project

    deleted NinjectWebCommon.cs (the generated file, as the integration already exists in global.ascx.cs file)

提交回复
热议问题