解决System.Web.Http.Description 缺失
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决System.Web.Http.Description 缺失相关的知识,希望对你有一定的参考价值。
一、问题描述
使用visual studio 2013创建mvc4 api模板,然后build,run,broken,出错如下:
Error 1 The type or namespace name ‘Description‘ does not exist in the namespace ‘System.Web.Http‘ (are you missing an assembly reference?)
二、分析
System.Web.Http.Description 缺失
三、解决
右键项目,引用dll,并没有找到System.Web.Http.Description ;
解决方案:
右键System.Web.Http 引用集,更改"复制本地"属性为true;
问题解决。
以上是关于解决System.Web.Http.Description 缺失的主要内容,如果未能解决你的问题,请参考以下文章