2012-08-28 2 views
1

확장 스플래시 화면을 표시하면서 이미 사용자에게 서명하고 싶습니다. 하지만 Live Sdk는 항상 예기치 않은 오류를 발생시킵니다. 로, http://www.silverlightshow.net/items/Using-the-Live-SDK-in-Windows-8-XAML-C-Metro-Applications.aspxWindows 8 : LiveSDK로 확장 스플래시 화면으로 로그인

가 확장 된 초기 화면은 당신이 확장 시작 화면이 창을 표시하지 않고 그것을 시도해야한다, 문제의 뿌리 수 있습니다 :이 튜토리얼을 사용하여 LiveSDK을 사용하는 방법

Microsoft.Live.LiveAuthException: An error occurred while performing the operation. Please try again later. ---> System.Exception: Die Anforderung wird nicht unterstützt. (Ausnahme von HRESULT: 0x80070032) 
    at Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator.AuthenticateUserAsync(IEnumerable`1 requests, CredentialPromptType credentialPromptType) 
    at Microsoft.Live.TailoredAuthClient.<GetAccessToken>d__b.MoveNext() 
--- End of stack trace from previous location where exception was thrown --- 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
    at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() 
    at Microsoft.Live.TailoredAuthClient.<AuthenticateAsync>d__0.MoveNext() 
    --- End of inner exception stack trace --- 
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
    at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() 
    at WitzeWindows8.ExtendedSplashScreen.<DismissedEventHandler>d__13.MoveNext() in c:\Users\Michi\Documents\Visual Studio 2012\Projects\WitzeWindows8\WitzeWindows8\ExtendedSpashScreen.xaml.cs:line 135 
+0

이 오류는 어떻게됩니까? –

+0

오류 : http://pastebin.com/givZYKqd – Michael

답변

0

체크 아웃 이 자습서에 설명되어 있습니다. enter image description here

+0

가능하지 않지만 확장 스플래시 화면을 표시하는 동안 사용자를 로그인하고 싶습니다. – Michael

관련 문제