<binding name="NetTcpBinding_IClrService1" receiveTimeout="00:10:00"
sendTimeout="00:10:00" transferMode="Streamed" maxBufferPoolSize=""
maxBufferSize="" maxReceivedMessageSize="">
<security mode="None" />
</binding>
<endpoint address="net.tcp://132.122.***.**:3366/" binding="netTcpBinding"
bindingConfiguration="NetTcpBinding_IClrService1" contract="NM3.IClrService"
name="NetTcpBinding_IClrService1" />

我的web.config中没有我自己没有搜索出来重复节点配置

于是我指定了webservice的名字

 NM3.ClrServiceClient client = new Web.NM3.ClrServiceClient("NetTcpBinding_IClrService1");

然后就没有报错啦~

借鉴了这位大佬的~

https://blog.csdn.net/dongfengkuayue/article/details/38392923?tdsourcetag=s_pcqq_aiomsg

最新文章

  1. MySql操作
  2. 基于Moodle的IT课程辅助教育平台搭建
  3. [Prodinner项目]学习分享_第三部分_Service层(业务逻辑层)
  4. jquery---点击弹出层
  5. Apriori算法第一篇
  6. Zookeeper 笔记-watch
  7. java continue与break区别
  8. github pages绑定域名
  9. 2018-2019-20175334实验二《Java面向对象程序设计》实验报告
  10. MySQL的SQL语句优化-group by语句的优化
  11. Beta冲刺 (1/7)
  12. python学习 day05打卡
  13. PostgreSQL数据加载工具之pg_bulkload
  14. PythonCharm 配置本地反向代理激活
  15. Python时间日期格式化之time与datetime模块总结
  16. Android Runtime.getRuntime().exec
  17. http://www.5xcg.com/bbs/forum.php?mod=viewthread&amp;tid=51143&amp;extra=page%3D1
  18. 猜数字游戏的提示(UVa340)
  19. 【BFS】【枚举】HihoCoder - 1251 - The 2015 ACM-ICPC Asia Beijing Regional Contest - C - Today Is a Rainy Day
  20. Qt 5.8 移植编译、测试

热门文章

  1. 【自动化测试】robot framwork的一点小发现
  2. NOIP-玩具谜题
  3. flask之wtforms
  4. 版本管理_git
  5. Java课程寒假之回答问题:如何将你的兴趣化为可以立足于社会的资本
  6. ab 站点压力测试工具
  7. Rabbitmq重启服务器用户丢失解决办法
  8. C博客作业01--分支,顺序结构
  9. table表格设置边框线为单实线
  10. Zookeeper运维问题集锦