I am getting the error below while trying to add WCF service to WCFTestClient. I went through a number of solutions on the web but I couldn\'t get it to work.
Can
I had the same problem, got it working by "binding" de service with the service behaviour by doing this :
Gave a name to the behaviour
And making a reference to your behaviour in your service
The whole thing would be :