I'm starting to learn ASP.NET MVC and 5 when I try debug my solution, this error appears:
CS0234: The type or namespace name 'Ajax' does not exist in the namespace 'System.Web.Mvc;
I try to get the reference Mvc.Ajax, but my MVC package is installed the last update.
Error to build the solution:
Line 22: using System.Web.WebPages;
Line 23: using System.Web.Mvc;
Line 24: using System.Web.Mvc.Ajax;
Line 25: using System.Web.Mvc.Html;
Line 26: using System.Web.Routing;