2013-01-20 59 views
-1

我試圖通過的NuGetSignalR在Windows Store應用

Install-Package Microsoft.AspNet.SignalR -pre 

在一個空白的Windows商店應用安裝SignalR但我得到這個錯誤信息:

Install-Package : Could not install package 'Microsoft.AspNet.SignalR.Core 1.0.0-rc2'. You are trying to install this package into a 
project that targets '.NETCore,Version=v4.5', but the package does not contain any assembly references that are compatible with that 
framework. For more information, contact the package author. 

如何在安裝SignalR Windows Store應用程序?

+0

我感到很遺憾,你有一個錯誤。 – GameScripting

+0

這是用於.NET應用程序還是WinJS應用程序?我想知道如何在WinJS應用程序中使用SignalR。 –

回答

0

您需要安裝signalr客戶端的Windows Store應用程序。你可以通過安裝下列軟件包來完成安裝 - 打包Microsoft.AspNet.SignalR.Client -pre將安裝