我是ASP.NET MVC 5的新手,我想要建立一个小项目来说明一些事情。
当我在浏览器中打开项目时,我得到一个错误说:
原文链接:https://www.f2er.com/ajax/160612.html当我在浏览器中打开项目时,我得到一个错误说:
Compiler Error Message: CS0234: The type or namespace name 'Ajax' does not exist in the namespace 'System.Web.Mvc' (are you missing an assembly reference?) Source Error: 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;
在一些googling i found out后,你不得不改变“复制本地”到真,但我看到它已经在我的项目中设置为true。即使在干净和重建后,此错误仍然存在。
所以没有人有一个想法,什么可能会导致这个错误?