ADO.net 数据服务 [DataWebkey]
我正在使用带有 SP1 的 VS 2008(专业版)。我是 ADO.NET DataServices 的新手。我正在观看 Mike Taulty 视频。
他使用 [DataWebKey] 属性来指定关键字段,并引用了名称空间 Microsoft.Data.Web。为了遵循该示例,我尝试引用相同的程序集,但在我的系统中找不到它。
如何修复它?
I am using VS 2008(Professional edition) with SP1.I am new to ADO.NET DataServices.I am watching Mike Taulty videos.
He used [DataWebKey] attribute to specifty the key field and he referred the namespace
Microsoft.Data.Web. To follow that example I am trying to refer the same assembly,but it is not found in my system.
How to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来你不是第一个遇到这种情况的人。
http://mtaulty.com/CommunityServer/blogs/ mike_taultys_blog/archive/2008/05/19/10424.aspx
显然你应该使用
DataServiceKey
位于System.Data.Services.Common
中。Looks like you're not the first person to come across this.
http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2008/05/19/10424.aspx
Apparently you should use
DataServiceKey
which is inSystem.Data.Services.Common
.我看到 Mike 的视频大多是 2008 年中期的。自那时起,ADO.NET 数据服务发生了变化,这可能就是为什么您无法找到正确的参考的原因。
它认为您最好尝试找到一些更新的材料,最好是最近 6 个月的材料。
I see that Mike's videos mostly date from mid 2008. ADO.NET Data Services has changed since then, that may be why you're unable to find the right reference.
It think you're better off trying to find some more recent material, preferably from the last 6 months.