When I use SignalR in an HTML page with Javascript and call SignalR, I get Error
"SignalR is not loaded. Make sure jquery.signalR-x.js is referenced before ~ ββ/ signalr / js."
when I mentioned below the stack overflow " SignalR is not loaded. Make sure jquery.sigalR-x.js is referenced before ~ ββ/ signalr / js "
He mentions that "links should be included in this order: jQuery first, the SignalR kernel, and SignalR proxies."
but in my case its loading is only ok. (See Attached Image) Please offer me. where am i wrong

source
share