简体   繁体   English

在Visual Studio中将Windows Azure移动服务添加到移动应用程序

[英]Adding Windows Azure Mobile Service to the Mobile Application in Visual Studio

I am trying my hands on Windows Azure Mobile Services. 我正在尝试使用Windows Azure移动服务。 My environment is Visual Studio 2010. Azure SDK is installed. 我的环境是Visual Studio 2010.已安装Azure SDK。 And operating system is Windows 7. 而操作系统是Windows 7。

I have created a Windows Azure Mobile Services and also created the sample database and the table as instructed while creating the service. 我创建了一个Windows Azure移动服务,并在创建服务时按照指示创建了示例数据库和表。

On the other hand I have installed Mobile SDK on my Visual Studio 2010. The instructions from the Azure site says, "add a reference to the "Windows Azure Mobile Services Client" extension" 另一方面,我在Visual Studio 2010上安装了Mobile SDK。来自Azure站点的说明“添加了对”Windows Azure移动服务客户端“扩展的引用”

When I try to add the reference to my project inside the Visual Studio, I do not find any package by name Windows Azure Mobile Services Client or anything as such. 当我尝试在Visual Studio中添加对项目的引用时,我找不到任何名称的Windows Azure移动服务客户端或类似的东西。 Can some one please help me by letting me know the path where the dll is? 有人可以通过让我知道dll的路径来帮助我吗? Or if there is anything I have missed while trying to add the reference. 或者,如果在尝试添加引用时有任何遗漏。

Thanks 谢谢

If I'm not mistaken, Windows Azure Mobile Service SDK is not supported for Windows 7 and VS 2010. On Windows platform, You can only build mobile applications for Windows 8 (Windows Store Apps) using VS 2012. 如果我没弄错的话,Windows 7和VS 2010不支持Windows Azure Mobile Service SDK。在Windows平台上,您只能使用VS 2012为Windows 8(Windows应用商店应用)构建移动应用程序。

Hope this helps. 希望这可以帮助。

为了增加Gaurav的答案,Windows Azure Mobile Svcs确实支持Windows Phone 8(除了Windows应用商店应用),但不支持Windows Phone 7.但您仍然可以通过REST调用从任何客户端检索WAMS中的数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM