Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Why I am not having errors in Grid Application (player scores)using SignalR Technology?
I am getting the following errors on trying the blow link on SignalR Technology.
SignalR is Magic[^]

I am using Visual Studio 2010 with framework 4.0

I installed a package of version 1.1.3 of Microsoft.AspNet.SignalR

XML
<script src="<%= ResolveUrl("~/Scripts/jquery-1.6.4.js") %>"></script>

    <script src="<%= ResolveUrl("~/Scripts/jquery.signalR-1.0.1.min.js") %>"></script>

   <%-- <script src='<%: ResolveClientUrl("~/signalr/hubs") %>'></script>--%>


Getting the following error details as below:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:1861/Scripts/jquery.signalR-1.0.1.min.js
Uncaught Error: SignalR: SignalR is not loaded. Please ensure jquery.signalR-x.js is referenced before ~/signalr/hubs. hubs:18
Uncaught TypeError: Cannot read property 'scoresHub' of undefined GridScore.aspx:30
Posted
Comments
Suvabrata Roy 6-Nov-14 1:09am    
Did you put jquery.signalR-1.0.1.min.js in your script folder

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900