在WCF/WebService中,如果返回值过大,比如Array,List,DataSet等达到一定数量级的话,可能引发下面的异常 1. 受信Message Quota Size超过65536 (System.ServiceModel.CommunicationException) 解决方法:修改客户端配置文件app.config 的 maxReceivedMessageSize,maxBuffe
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号