6

我正在尝试将来自NuGet 控制台的 facebook C# sdk 安装到我的windows phone 8应用程序.NET framework 4.0 但它给出了一个错误!详情如下:

PM> Install-Package Facebook
Successfully installed 'Facebook 6.4.2'.
Successfully uninstalled 'Facebook 6.4.2'.
Install failed. Rolling back...
Install-Package : Could not install package 'Facebook 6.4.2'. You are trying to install this package into a project that 
targets 'WindowsPhone,Version=v8.0', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Facebook
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
 + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

如果我尝试安装这个Install-Package Facebook.Client -pre那么我也会得到同样的错误!谁能帮帮我?提前致谢 !!

4

1 回答 1

5

问题是您的 nuget 包管理器未更新。请更新您的 nuget 管理器,重新启动,然后重试。它应该可以正常工作。

于 2013-06-13T06:15:14.933 回答