【发布时间】:2010-11-12 22:26:11
【问题描述】:
我的 razor 视图无法编译并出现以下错误:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
我添加了 System.Web.Helpers 作为对我的项目的引用,所以我不确定我还需要做什么。添加参考后,我还尝试了干净的重建,没有任何变化。
我错过了什么?
【问题讨论】:
-
这个项目是从以前版本的 MVC 升级而来的吗?
标签: c# asp.net-mvc razor