Hi, There appears to be a bug in the example in that the WCF service is set to use a dynamically assigned port number and the client is using a specific port number of 61488 which is specifed in the app.config file. To fix this open up the properties page for the WebWCFService project and click on the Web tab. Change the option from auto-assign port to specifc port and use port number 61488. It should then run correctly. Thanks
↧