Scenario,
1. Created a WCF service with netNamedPipeBinding
2. Hosted it in windows service
3. Created a com visible wrapper component since wcf service will be consumed by VB6
4. Tested the com visible wrapper component using .net client and everything works fine
5. But, unable to consume the wcf service using wrapper component in Vb6
error message as follows,
"Could not find default endpoint element that references contract 'ServiceReference1.ITest' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element"
I'm clueless :(, Please help me to over come this issue.
1. Created a WCF service with netNamedPipeBinding
2. Hosted it in windows service
3. Created a com visible wrapper component since wcf service will be consumed by VB6
4. Tested the com visible wrapper component using .net client and everything works fine
5. But, unable to consume the wcf service using wrapper component in Vb6
error message as follows,
"Could not find default endpoint element that references contract 'ServiceReference1.ITest' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element"
I'm clueless :(, Please help me to over come this issue.