Signalr doesn\'t load my hubs:
SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g. .
Visit your site, ex http://localhost/signalr/hubs, and see if you can get a better error description there. My problem was that I had a generic method in my hub.
public void Update(T objectToUpdate) where T : class