Ninject.MVC3包需要MVC5吗?

时间:2015-03-18 11:19:25

标签: asp.net-mvc-3 ninject

我已安装Ninject.MVC3 -Version 3.0.0.6软件包,但收到以下错误。

An exception of type 'System.IO.FileNotFoundException' occurred in Ninject.dll 
but was not handled in user code

Additional information: Could not load file or assembly 'System.Web.Mvc, Version=5.2.2.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
The system cannot find the file specified.

我认为这意味着我安装的ninject.MVC3软件包的版本需要MVC5,这让我觉得很奇怪。

1 个答案:

答案 0 :(得分:1)

我最终通过使用Global.asax注册here的服务来手动安装Ninject MVC来解决这个问题。