Signalr doesn\'t load my hubs:
SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g. .
Make sure your startup class has this attribute:
[assembly: OwinStartup(typeof(MyStartupClass))]
You can define your Owin startup class in your web.config as well: