Search Results

0
votes
2answers
330 views

WCF Socket Error 10045

My colleague has an app that hosts a simple WCF service with a net.tcp endpoint. I can add the service reference to any app I create using the address net.tcp://192.168.0.22:9999/GSS-POS/QueryDisp …
3
votes

Creating WCF applications without svcutil.exe?

What version of Visual Studio are you using? VS2008 incorporates the functionality of the svcutil tool. To generate the proxy, click on the Solution Explorer and select 'Add Service Refere …