跟随精通Asp.Net MVC 5 Adam Freeman 第七章SportsStore出现的错误
因为版本的问题,通过可视化的NuGet包管理器解决了
- In your project tree in VS, right-click
Referencesand go toManage NuGet Packages. - Go to
Online,nuget.organd search for ninject. - Install
Ninject,Ninject.Web.CommonandNinject.MVC5(the book says to installMVC3). - In the
Manage NuGet Packagesmenu (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