1
votes

I am trying to install SignalR in my vs2010 project and I get the following error -

Could not install package 'Microsoft.Owin.Security 2.0.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

How can I install SignalR on vs2010 ??

3

3 Answers

3
votes

You need to install 1.x

>Install-Package Microsoft.AspNet.SignalR -Version 1.1.3

2.x requires 4.5 of the framework

1
votes

v1.2.2 is the last version of SignalR for the Visual Studio 2010 with .Net Framework 4.0

PM> Install-Package Microsoft.AspNet.SignalR -Version 1.2.2