ADO.net 数据服务 [DataWebkey]

发布于 2024-08-20 03:12:11 字数 195 浏览 7 评论 0原文

我正在使用带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

‘画卷フ 2024-08-27 03:12:11

看来你不是第一个遇到这种情况的人。

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 in System.Data.Services.Common.

童话 2024-08-27 03:12:11

我看到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文