如何解决azure中的pullasync失败?

时间:2016-01-28 10:42:30

标签: c# .net wpf azure

我创建了一个wpf windows应用程序,我可以使用Visual Studio 2015连接本地创建的Azure Mobile服务。

现在,只要我将应用程序从this tutorial应用程序更改为脱机模式,就无法加载说明拉取失败。

错误详情:

message :
Hide   Copy Code

The request could not be completed.  (Bad Request)   

{Method: GET, RequestUri: 'http://localhost:59675/tables/TodoItem?$filter=(updatedAt ge datetimeoffset'1970-01-01T00:00:00.0000000%2B00:00')&$orderby=updatedAt&$skip=0&$top=50&__includeDeleted=true', Version: 1.1, Content: , Headers:
{
X-ZUMO-FEATURES: QS,OL
X-ZUMO-INSTALLATION-ID: b27d76a8-6c70-48c2-b5a9-76b1540d960f
Accept: application/json
User-Agent: ZUMO/2.0
User-Agent: (lang=Managed; os=Windows; os_version=6.2.0.9200; arch=Win32NT; version=2.0.31125.0)
X-ZUMO-VERSION: ZUMO/2.0 (lang=Managed; os=Windows; os_version=6.2.0.9200; arch=Win32NT; version=2.0.31125.0)
ZUMO-API-VERSION: 2.0.0
}}

请帮忙解决

1 个答案:

答案 0 :(得分:0)

我已通过在移动应用设置enter image description here

中添加此密钥来解决此问题

或者更好地使用新的NuGet包:

Microsoft.Azure.Mobile.Client
和 Microsoft.Azure.Mobile.Client.SQLiteStore