跟随精通Asp.Net MVC 5 Adam Freeman 第七章SportsStore出现的错误
因为版本的问题,通过可视化的NuGet包管理器解决了
- In your project tree in VS, right-click
References
and go toManage NuGet Packages
. - Go to
Online
,nuget.org
and search for ninject. - Install
Ninject
,Ninject.Web.Common
andNinject.MVC5
(the book says to installMVC3
). - In the
Manage NuGet Packages
menu (from step 1), go toUpdates
,nuget.org
. - Update all modules, especially
Microsoft ASP.NET MVC
.
根据每个项目的需要直接搜索ninject(第3步),安装那三个内容,nuget会删除过时的包
之后就是升级所有模块
参考:http://stackoverflow.com/questions/24028580/could-not-load-file-or-assembly-system-web-mvc-version-3-0-0-0-or-one-of-its