When trying to compile views, VS gives the following error:
Description: An error occurred during the compilation of a resource required to service this request. Review the following information for this error and modify the source code accordingly.
Compiler error message: CS0234: The name of the type or namespace "Ajax" is missing in the namespace "System.Web.Mvc" (missing the link to the assembly?)
Source Error:
Строка 22: using System.Web.WebPages; Строка 23: using System.Web.Mvc; Строка 24: using System.Web.Mvc.Ajax; Строка 25: using System.Web.Mvc.Html; Строка 26: using System.Web.Routing; although in using I have using System.Web.Mvc;
what could it be?
The application does not do anything, it should simply generate a page.