Tôi đang cố gắng để cài đặt facebook C# sdk từ NuGet điều khiển vào điện thoại cửa sổ của tôi 8 ứng dụng, .NET framework 4.0 Nhưng nó đem lại cho một lỗi! Thông tin chi tiết là đưa ra dưới đây:không thể cài đặt gói Facebook 6.4.2
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
Nếu tôi cố gắng để cài đặt này Install-Package Facebook.Client -pre sau đó cũng tôi nhận được lỗi tương tự !! ai có thể giúp tôi không? Cảm ơn trước !!
đã hoạt động! cảm ơn ! – Mushfiq