我安装了安装了最新版本(3.1.0)的Microsoft.Azure.Mobile.Client nuget软件包。 所有依赖项都已正确解析,但我在下面发布了错误。 在nuget中,我看不到任何6.0.0.0版本。此外,Mobile nuget软件包本身至少要求6.0.4,所以我已经安装了6.0.4,但我仍然遇到以下错误。 有没有人有任何想法?
Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies.
堆栈跟踪:
at Microsoft.WindowsAzure.MobileServices.MobileServiceClient.GetApplicationInstallationId()
at Microsoft.WindowsAzure.MobileServices.MobileServiceClient..ctor(Uri mobileAppUri, HttpMessageHandler[] handlers)
at Microsoft.WindowsAzure.MobileServices.MobileServiceClient..ctor(String mobileAppUri, HttpMessageHandler[] handlers)