I have a WCF service exposing some 34 methods. Up until today metadata exchanging using MetadataExchangeClient was working just fine, but suddenly I started getting the following exception:
I have code that automatically disbles fault information from flowing to clients when a RELEASE build of our product in installed.I am wondering whether there is a clever way that we can also disable
I\'m trying to connect excel to a WCF service, but I can\'t seem to get even a trivial case to work... I get an Invalid Syntax error when I try and create the proxy in excel.I\'ve attached the visual
I have a mex binding that exceeds the reader quota of 16k.I know how to increase the size of the basicHttpBindings but the mexHttpBinding does not allow for the same increase of buffer sizes etc.