Reputation: 101
is there any way to use signalR on Visual Studio 2008. I don't have the visual studio 2012. So Thought to give it try on my 2008 version of visual studio.
Upvotes: 1
Views: 1103
Reputation: 38784
Nope, SignalR requires .NET 4.0 and above which requires vs >= 2010
Upvotes: 4