user1865717
user1865717

Reputation: 63

SignalR in windows forms

SignalR is very interesting and impressive in real time web applications. Now I am doing a simple chat applciation using windows forms.

Whenever, I use ".wait()", it threw an error 'one or more errors' and while invoke the message from text box, there is an error 'start must be call before send'.

I don't know where i made mistake. I tried many of the solutions. But it doesn't work. Everything is perfect in web and console applications.

Can anyone help me?
Can you give some examples with how it works...?
I couldn't see any samples of signalR in windows forms.

Upvotes: 6

Views: 7289

Answers (1)

Mitul
Mitul

Reputation: 9854

Assuming you are trying to do a SignalR Client in Windows Forms Appliation then check this post(http://mscodingblog.blogspot.com/2012/12/testing-signalr-in-wpf-console-and.html) on how to do client side SignalR in WPF application in VB. With similar approach I guess you could make Signalr client working in Windows Forms Application.

Upvotes: 3

Related Questions