本文介绍了WCF客户端app.config文件未更新.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已创建WCF服务.添加服务引用后,现在在客户端中,客户端的app.config文件未使用端点详细信息进行更新.
所以我无法通过客户端的端点通过端点建立连接,因为通道工厂方法需要端点参数.
有什么建议吗?
谢谢
Hi,
I have created a WCF Service.Now in my client side after adding a service reference, my client side app.config file not being updated with endpoints details.
So i am not being able to establish a connection thru endpoints from my client side as channel factory method takes an endpoint parameter.
Any Suggestions ?
Thanks
推荐答案
这篇关于WCF客户端app.config文件未更新.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!