Zuzu JH
Zuzu JH

Reputation: 627

Live SDK Windows 8.1 connection error

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

Upvotes: 0

Views: 420

Answers (1)

Zuzu JH
Zuzu JH

Reputation: 627

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

Upvotes: 0

Related Questions