ASP.NET MVC 5 error
I am starting to learn ASP.NET MVC and 5 while trying to debug my solution, this error appears:
CS0234: The type or namespace name 'Ajax' does not exist in the namespace 'System.Web.Mvc;
I'm trying to get the Mvc.Ajax link, but my MVC package has the latest update.
Error while building 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;
+3
source to share