Configuration binding extension 'system.serviceModel/bindings/basicHttpBinding ' could not be found.

By Sakshi a

This is a solution for the WCF Configuration Editor error : "Configuration binding extension 'system.serviceModel/bindings/basicHttpBinding ' could not be found.

Change the binding from "WsHttpBinding" to "basicHttpBinding" in the web.config file or app.config file as follows,

<endpoint address="" binding="basicHttpBinding"

Configuration binding extension 'system.serviceModel/bindings/basicHttpBinding ' could not be found.  (2570 Views)