Windows Store App& Windows Live SDK [英] Windows Store App & Windows Live SDK

查看:72
本文介绍了Windows Store App& Windows Live SDK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试设置一个Windows应用商店应用程序来与windows live sdk连接。 我已经完成了与创建,注册和将项目关联到我的应用程序等相关的所有设置过程。 

I'm trying to set up a windows store application to interface with the windows live sdk.  I've gone through all the set up procedures related to creating, registering and associating the project to my application etc. 

当我进入代码时,在此处找到安装程序:(http://msdn.microsoft.com/en-us/library/live/hh826551.aspx )说安装SDK(我在其中)。 然后它说
添加对Live SDK的引用(没问题)。

When I get into the code the setup procedure found here: (http://msdn.microsoft.com/en-us/library/live/hh826551.aspx) says to install the SDK (in which I did).  It then says to add a reference to the Live SDK (no problem).

然后它在你的代码中说你可以访问以下命名空间:

Then it says in your code you have access to the following namespaces:

Microsoft.Live (确定)

Microsoft.Live (OK)

Microsoft.Live.Controls (不存在)

Microsoft.Live.Controls (DOES NOT EXIST)

我不确定为什么它不存在。 在最新版本5.3中我发现了一些我没有意识到的变化吗? 如果我找不到命名空间,我不能包含任何控件,例如登录...

I'm not sure why it doesn't exist.  Did something change in the latest version 5.3 that I'm unaware of?  I cannot include any of the controls such as the login if I cannot find the namespace...

任何帮助都将不胜感激,

Any help would be appreciated,

- 杰夫

我希望我能在理论上进行编程。一切都在那里工作。

I wish I could program in theory. Everything works there.

推荐答案

登录(Microsoft.Live.Controls) 控件从Windows 8上的Live SDK 5.3中删除平台。 

The Sign In (Microsoft.Live.Controls ) control is removed from Live SDK 5.3 on Windows 8 platform. 

您可以使用LiveAuthClient.LoginAsync继续将用户与您的应用程序连接。

You can continue to connect the user with your app using LiveAuthClient.LoginAsync.

Lin


这篇关于Windows Store App& Windows Live SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆