Windows 10 UWP App:GoogleWebAuthorizationBroker.AuthorizeAsync上的MissingMethodException

时间:2015-05-14 15:31:03

标签: google-api-dotnet-client

尝试使用Windows 10 UWP应用程序中的GoogleWebAuthorizationBroker.AuthorizeAsync进行身份验证时(使用NuGet上可用的可移植库,v1.9.1),会发生以下异常:

抛出异常:' System.MissingMethodException'在mscorlib.ni.dll中

其他信息:找不到方法:' System.Uri Google.Apis.Auth.OAuth2.Requests.AuthorizationCodeRequestUrl.Build()'。

我在api代码中挖了一下,方法就在那里。对此有何帮助?

1 个答案:

答案 0 :(得分:0)

确保

  1. 同样的nuget pakcage在.core&中安装了两者。和主要的UWP项目。
  2. 不同项目中的nuget包是相同版本