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

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
posted @ 2015-07-24 14:16  cn_chenhao  阅读(953)  评论(0编辑  收藏  举报