scottksmith95 / SignalRTutorial

Source code for SignalR: Awesome Real-Time with .NET
http://scottksmith95.wordpress.com/2012/10/30/signalr-awesome-real-time-with-net
4 stars 1 forks source link

Errors faced on windows server 2012 #1

Open faridskyman opened 8 years ago

faridskyman commented 8 years ago

im trying out web sockets that comes with in server 12, when i ran this app, via chrome console i got this error

Hubs:10 
Uncaught TypeError: this.createHubProxy is not a function
n.hubConnection.createHubProxies @ Hubs:10
(anonymous function) @ Hubs:10
(anonymous function) @ Hubs:10

app2:25 
Uncaught TypeError: Cannot set property 'initTags' of undefined
(anonymous function) @ app2:25
deferred.resolveWith @ jquery-1.6.4.js:1016
jQuery.extend.ready @ jquery-1.6.4.js:437
DOMContentLoaded @ jquery-1.6.4.js:923

is it because code was meant for older version of signalr?

scottksmith95 commented 8 years ago

Yeah, pretty sure this due to the article being written against an old version of SignalR