I have a problem with a WCF service. I have a console application and I need to consume the service without using app.config, so I had to set the endpoint, etc. by code. I d
I was facing the similar issue when using the Channel Factory. it was actually due to wrong Contract specified in the endpoint.