Hello all,
I was working on WCF service with an endpoint binding as netTcpBinding, hosted on a Console application. Below shown configuration setting.
-
-
"FullTimePartTime_EmpWCFServiceAppl.EmployeeService" behaviorConfiguration="mexBehaviour" > -
"EmployeeService" binding="netTcpBinding" contract="FullTimePartTime_EmpWCFServiceAppl.IEmployeeService"> -
"mex" binding="mexTcpBinding" contract="IMetadataExchange"> -
-
-
"net.tcp://localhost:7090/" /> -
-
-
"mexBehaviour" > -
"false" />
Console application executes fine. WPF is client app which should consume WCF service but when i tried to add ServiceRefrence, Error occurs
Can anyone help me to fix this issue & let me know the mistake.
Thanks in advance.
L APosted Oct 6, 2017, 7:45 PM