User640374800 posted
i am trying to get signalr up and running to show a progress bar within my application.
when i get to this line of code within my javascript file (within the ajax call) .progressHub shows as undefined.
var hubProxy = $.connection.progressHub;
$.connection shows as the correct script file - jquery.signalR-2.2.1.js
i cannot see what is causing this issue... i have a hub class created and located within a Hubs folder within my application
any ideas?