标签:webservice 未处理system.overflowex 异常 visual studio
今天运行之前写好的代码却提示:“_23.DBhelp”的类型初始值设定项引发异常。
后来发现是webservice更新引用时出现了重复的
<endpoint address="http://10.58.656:809/Service.asmx" binding="basicHttpBinding"
bindingConfiguration="ServiceSoap" contract="WebReferencehelp.ServiceSoap"
name="ServiceSoap" />
这段代码,删除一个就好了
标签:webservice 未处理system.overflowex 异常 visual studio
原文地址:http://blog.csdn.net/u014180504/article/details/44503647