Click here to Skip to main content
15,879,535 members

Comments by Henry Hunt (Top 48 by date)

Henry Hunt 1-Jan-14 12:54pm View    
I have looked online for ages but can't find anything that works. Most say that you should make sure this is in both the client and server applications:
bindings

[nettcpbinding]
[binding name="NetTcpBinding_IService1"]
[security mode="None"/]
[/binding]
[/nettcpbinding]
...but I don't know where to put it in my host. I have tried and put it directly in the system.servicemodel section but I then get a CommunicationException so I don't know what to do.
Henry Hunt 1-Jan-14 10:11am View    
Finally some help!! Yes...but I don't understand what you mean. Is it not able to log onto the host at the server?
Henry Hunt 1-Jan-14 9:45am View    
Oh my god! I completely missed it ahaha. Thank you for that! It works perfectly now.
Henry Hunt 30-Dec-13 13:17pm View    
Isn't there any way I can avoid using another thread? All I want to do is change the visibility of a control and wait for it to render before continuing, is it really that hard?!
Henry Hunt 29-Dec-13 14:33pm View    
Reading this, am I right in thinking that http is not the right 'thing' to be using because it is not hosted on a website or intranet or online? Should I be using the netTcpBinding instead so I use 'net.tcp://' instead of 'http://'? Maybe that it why it is not working, because it thinks its a service or file on a website not an endpoint?