Problem of Windows Phone8.1 Jumpstart Demo

来源:互联网 发布:c语言中合法的字符常量 编辑:程序博客网 时间:2024/06/18 09:59

1,S13中的TaskManager,按照要求做完后运行不能得到正确的结果

程序返回错误信息:request could not be completed.  (Not Found)

找了两个小时,发现原来是这里的问题,

public static Microsoft.WindowsAzure.MobileServices.MobileServiceClient jumpstartstyuClient = new Microsoft.WindowsAzure.MobileServices.MobileServiceClient(
        "https://xxxxx.azure-mobile.net/",

需要修改成:

public static Microsoft.WindowsAzure.MobileServices.MobileServiceClient jumpstartstyuClient = new Microsoft.WindowsAzure.MobileServices.MobileServiceClient(
        "http://xxxxx.azure-mobile.net/",

太狗血了。


0 0
原创粉丝点击