c# - Microsoft.Azure.Mobile Namespace Issue [UWP] -
once had problem microsoft.azure.mobile nuget package somehow figured out. last night, repaired visual studio , error has came , couldn't fix it.
i've installed microsoft.azure.mobile package using statements give error.
the type or namespace name 'azure' not exist in namespace 'microsoft' (are missing assembly reference?)
i guess have install extension or sdk don't know can't find solution on documentation. can me? thanks.
according description, checked issue. found microsoft.azure.mobile 0.14.2 has dependencies follows:
uap 10.0
microsoft.netcore.universalwindowsplatform (>= 5.2.2)
newtonsoft.json (>= 6.0.1)
sqlite-net-pcl (>= 1.3.1)
i created uwp app targeting version windows 10 (10.0; build 10240) , install package successfully. seems package has not been installed , there dependencies not resolved. need check packages referenced , try locate cause. provide project.json
file or sample project reproduce issue.
Comments
Post a Comment