Kal*_*exx 14 c# asp.net-mvc 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?)
Run Code Online (Sandbox Code Playgroud)
我添加了System.Web.Helpers作为对我的项目的引用,所以我不确定我还需要做什么.我在添加引用后也尝试了一个干净的重建,没有任何改变.
我错过了什么?
Kal*_*exx 30
啊哈想出来了.我需要补充一下
<add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Run Code Online (Sandbox Code Playgroud)
到<assemblies>web.config 的部分!
| 归档时间: |
|
| 查看次数: |
18016 次 |
| 最近记录: |