如何在 Windows Phone 上从 SkyDrive 下载文件
我正在使用 https://github.com/liveservices/LiveSDK 中的示例,但它不起作用。我设法运行 PhotoSkyOnTheGo 项目,但登录后出现 3 个异常:
- mscorlib.dll 中发生了类型为“System.IO.FileNotFoundException”的第一次机会
- 异常 类型为“System.Net.WebException”的第一次机会异常发生在System.Windows.dll
- System.Windows.dll 中发生“System.Net.WebException”类型的第一次机会异常
我做错了什么或者我应该使用什么源代码?
I am using sample from https://github.com/liveservices/LiveSDK but it isn't working. I managed to run the PhotoSkyOnTheGo project, but after logging in I get 3 exceptions:
- A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
- A first chance exception of type 'System.Net.WebException' occurred in System.Windows.dll
- A first chance exception of type 'System.Net.WebException' occurred in System.Windows.dll
What am I doing wrong or what source code should I use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将
我的应用程序>中的manage.dev.live.com中的
选项卡移动客户端应用程序
设置更改为yes
你的应用程序> API 设置Try to change
Mobile client app
setting toyes
in manage.dev.live.com inMy applications > yourApp > API Settings
tab