首页 > Web开发 > 详细

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

时间:2015-07-24 15:42:11      阅读:342      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!