Live SDK Windows 8.1 connection error

0

I'm trying to run photoSky example provided by microsoft for Live SDK + XAML+ Windows 8 developers. But I'm getting an error at the following statement:

LiveLoginResult authResult = await authClient.LoginAsync(new List() { "wl.signin", "wl.basic", "wl.skydrive" });

Exception Message "The network location cannot be reached. For information about network troubleshooting, see Windows Help. (Exception from HRESULT: 0x800704CF)"

I have tried different versions of Live SDK but it didn't work either. My package manifest is set correctly and I checked all the capabilities that are needed like internet ...

Can you please help me? Thanks in advance

c#
connection
visual-studio-2013
windows-8.1
live-sdk
asked on Stack Overflow Nov 2, 2013 by Zuzu JH • edited Nov 2, 2013 by Zuzu JH

1 Answer

0

I re-installed win 8.1 and everything worked perfectly :)

answered on Stack Overflow Nov 6, 2013 by Zuzu JH

User contributions licensed under CC BY-SA 3.0