mex-bindings

WCF mex too large

I have a mex binding that exceeds the reader quota of 16k. I know how to increase the size of the basicHttpBindings mut the mexHttpBinding does not allow for the same increase of buffer sizes etc. I cannot just break the service up into smaller services. Because our website has to deal with the requests even though our production serve...

"interface not found" in WCF Moniker without registration for excel

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 studio debugger to excel, and get that the real error is "interface not found". I know the service works because the test client created by...