码迷,mamicode.com
首页 > Web开发 > 详细

The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http'

时间:2015-07-24 15:45:15      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

Visual Studio 2012 SPA Template /Help/index.cshtml file was throwing your error.

@using System.Web.Http @using System.Web.Http.Description <=== CS0234: The type or namespace name ‘Description‘ does not exist in the namespace ‘System.Web.Http‘ (are you missing an assembly reference?)


Solution: Set "Copy Local : True" in properties for References\System.Web.Http

http://stackoverflow.com/questions/12271431/system-web-http-description-is-missing-from-add-reference-list

The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http'

标签:

原文地址:http://www.cnblogs.com/cn-chenhao/p/4673379.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!