c# - LiveSDK 5.6.3 not working in UWP store app -


i have universal windows store app targeting windows 10. in previous version of app targeting windows 8.1 used livesdk (the 5.6 version here) access data user's ms live account using liveauthclient. in new version of app, figured i'd use recent version of livesdk (5.6.3 available nuget package here) when install nuget package, unable to access microsoft.live namespace.

for example, following statement:

using microsoft.live; 

produces error "the type or namespace 'live' not exist in namespace 'microsoft'"

is package broken or missing obvious here? have expected work did 5.6 version of livesdk. seems documentation livesdk pointing info onedrive api makes me wonder if purpose of sdk has changed. i'm confused... what's recent version of livesdk (the 1 has liveauthclient) , can find it?

i'm not sure why nuget manager doesn't add reference automatically, seems work once add reference manually directory:

c:\users\user\.nuget\packages\livesdk\5.6.3\windowsxaml\microsoftlive.dll.

enter image description here


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -