I\'ve been following Miguel Castro\'s excellent article on WCF here and it\'s all working nicely, except that I have the following code
public AdminClient()
Use "*" to use the first qualifying endpoint.
public AdminClient() { ChannelFactory factory = new ChannelFactory("*"); productAdminChannel = factory.CreateChannel(); }
MSDN Example