chapter 6 assembly problem
Hi, I set up the project using WebForms and ticked 'Web Forms' & 'MVC' as suggested.
Its worked up to chapter 6 but now i'm getting error when running of:
Could not load file or assembly 'System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
also in 'Index.cshtml' @Html.DisplayNameFor is not recognised (its defined in an reference not referenced)
Any ideas i'm stuck here?
Thanks
|