i got this error when i try to debug a simple signalr app
Attempt to access the method
‘Microsoft.AspNet.SignalR.DependencyResolverExtensions.InitializePerformanceCounters(Microsoft.AspNet.SignalR.IDependencyResolver,
System.String, System.Threading.CancellationToken)’ by the method
‘Microsoft.AspNet.SignalR.RouteExtensions.MapHubs(System.Web.Routing.RouteCollection,
System.String, Microsoft.AspNet.SignalR.IDependencyResolver)’ failed
=== Edited [Added more INFO] ===
ok added SignalR by typing this on Nuget Consolse
Install-Package Microsoft.AspNet.SignalR -pre
i added a repo here
the versions installed were mixed between alpha and rc1.