2013-06-12 17 views
6

Próbuję zainstalować Facebook C# SDK z Nuget konsoli w moim telefonie Windows 8 aplikacja, .NET Framework 4.0 Ale to daje błąd! Szczegóły są podane poniżej:nie mógł zainstalować pakiet 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 

Gdy próbuję zainstalować ten Install-Package Facebook.Client -pre następnie również uzyskać ten sam błąd !! Może ktoś mi pomóc? Z góry dziękuję !!

Odpowiedz

5

Problem polega na tym, że menedżer pakietów nuget nie jest aktualizowany. Zaktualizuj swojego menedżera nugetów, uruchom ponownie, a następnie spróbuj ponownie. Powinno działać dobrze.

+2

zadziałało! dzięki ! – Mushfiq