C#C
C#2y ago
1 reply
Lukaa

WCF TransportBindingElement error with default bindings - basicHttpBinding

Hi, I have a WCF service that I self host on a console app, and when trying to consume it on the client I get an error saying that every custom binding requires a transport binding element, but I'm literally running on default configs. Anyone had a similar experience?
Was this page helpful?