I am trying to consume a remote svc web service. I created the proxy class using svcutil.exe, and after that I\'ve added that class to my console application, b
For what it's worth - I also had this error and found it was caused by the connection string in the web services web.config being set to connect to the wrong machine.