适用于 Visual Studio 2008 的 OData 或 REST WCF 工具包?

发布于 2024-09-10 06:14:17 字数 981 浏览 4 评论 0原文

我尝试使用 VS 2008 创建 OData Web 服务,但没有成功。我从 Odata.org 下载了 ODataDemo,安装了 Microsoft .NET Framework 3.5 Service Pack 1适用于 Windows XP 的 .NET Framework 3.5 的 ADO.NET 数据服务更新。但是,我没有看到任何对 ADO.NET 数据服务框架的引用。当我尝试添加新的 ADO.Net 数据服务时,我找不到任何模板。

例如,我无法从添加|新项目...(| Web | WCF 数据服务) 中找到 ADO.Net 数据 Web 服务。

不确定我是否错过了任何包或库?或者是否有任何可用的 OData .Net 3.5 或 VS 2008 示例项目?

顺便说一下,我尝试下载VS2010 Express。它在我的 Windows XP 上太慢了,而且我找不到任何 Web 服务或 ADO.Net wcf 数据服务的模板。我不确定是否还有其他可用于 VS 2008 的 REST Web 服务工具包?我想我很久以前就尝试过 CodePlex 中的 REST WCF Toolkit,但我在那里找不到它。基本上我需要的是一个工具包来创建 REST 服务以提供 xml 或 json 格式的数据集合。

I tried to create a OData web service using VS 2008 without any luck. I downloaded ODataDemo from Odata.org, installed Microsoft .NET Framework 3.5 Service Pack 1, and ADO.NET Data Services Update for .NET Framework 3.5 for Windows XP. However, I don't see any reference to ADO.NET Data Services Framework. When I tried to add a new ADO.Net data services, I cannot find out any templates for this.

For example, I cannot find ADO.Net data web service from Add|New Item...(| Web | WCF Data Service).

Not sure if I miss any packages or libraries? Or if there are any .Net 3.5 or VS 2008 example projects for OData available?

By the way, I tried to download VS2010 Express. It just too slow on my Windows XP and I cannot find out any templates for Web service or ADO.Net wcf data service. I am not sure if there is any other REST web service toolkit available for VS 2008? I think I tried REST WCF Toolkit from CodePlex long time ago, but I cannot find it there. Basically what I need is a tool kit to create REST service to provide a collection of data in xml or json.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

裂开嘴轻声笑有多痛 2024-09-17 06:14:17

我用的是VS2008专业版。

我安装了适用于 XP 的 .NET 3.5 的 ADO.NET 数据服务更新,并且能够将 ADO.NET 数据服务添加到我的 Web 应用程序项目中。我所做的是:

  1. 创建一个新的 Web 应用程序项目;
  2. 右键单击该项目并选择添加-> '新项目...';
  3. 在“添加新项”对话框中,第二列中的第三项(至少对我而言)是 ADO.NET 数据服务。我选择了它,一切都很好。

该项目的模板可以在您的文件系统中找到(基于我的机器):
c:\program files\microsoft Visual Studio 9.0\common7\ide\itemtemplates\web\csharp\1033

您应该会在其中看到一个名为“AdoNetDataServiceCSharpWebsite.zip”的 ZIP 文件。如果不这样做,那么它就没有安装在您的计算机上。如果存在,那么还有其他问题。还要检查该文件的权限。确保你能读懂它。

请告诉我您对此的任何其他信息,以便我提供帮助。

祝你好运!!

I'm using VS2008 Professional.

I installed the ADO.NET Data Services Update for .NET 3.5 for XP, and was able to add an ADO.NET Data Service to my web application project. What I did was:

  1. Created a new web application project;
  2. Right-clicked on the project and selected Add -> 'New Item...';
  3. In the Add New Item dialog, the third item in the 2nd column (at least for me) was ADO.NET Data Service. I selected that and all was good.

The template for this item can be found on your file system at (based on my machine):
c:\program files\microsoft visual studio 9.0\common7\ide\itemtemplates\web\csharp\1033

You should see a ZIP file there named 'AdoNetDataServiceCSharpWebsite.zip'. If you don't, then it's not installed on your machine. If it's there, then there's some other problem. Check permission on that file, also. Make sure you can read it.

Let me know of any other info you have on this so I can help.

Good luck!!

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