WCF分布式开发常见错误(4):The type or namespace name 'DataContract' could not be found DataContract找不到

Posted on 2009-03-16 21:41 Frank Xu Lei 阅读(415) 评论(0)   编辑 收藏 网摘 所属分类: WCF分布式开发常见错误

我们进行WCF项目开发,自己定义数据契约的时候会出现这样的错误:

DataContract、DataMember、DataMemberAttribute找不到,如图:

The type or namespace name 'DataContract' could not be found (are you missing a using directive or an assembly reference?) E:/CodesVs2008/WCFServiceIISHostFrankXuLei/WcfServiceLib/WcfServiceLib/IService1.cs 24 6 WcfServiceLib

The type or namespace name 'DataMember' could not be found (are you missing a using directive or an assembly reference?) E:/CodesVs2008/WCFServiceIISHostFrankXuLei/WcfServiceLib/WcfServiceLib/IService1.cs 30 10 WcfServiceLib

The type or namespace name 'DataMemberAttribute' could not be found (are you missing a using directive or an assembly reference?) E:/CodesVs2008/WCFServiceIISHostFrankXuLei/WcfServiceLib/WcfServiceLib/IService1.cs 30 10 WcfServiceLib

解决办法,在项目里添加System.Runtime.Serialization程序集的引用。

生命引用程序集:

using System.Runtime.Serialization;

编译即可成功。


 

 

老徐的博客

【作者】:Frank Xu Lei

【地址】:http://www.cnblogs.com/frank_xl/archive/2009/03/16/1413752.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值