I have a WCF service that I tested by copying its interfaces to a sample client project. Now I want to work properly by adding a service reference.
Change this:
To:
Notice it's not maxHttpBinding but mexTcpBinding, you had typo as well there.