ProtocolException : 已超过传入消息(65536)的最大消息大小配额。
摘要:SilverLight调用WCF,提交的是一个List<Linq2SqlEntity>;当List中数据量不大的时候,不会报错;当数据量稍微大一点儿,就会出现这个错误。发生了 System.ServiceModel.ProtocolException Message=已超过传入消息(65536)的最大消息大小配额。若要增加配额,请使用相应绑定元素上的 MaxReceivedMessageSize ...
阅读全文
posted @
2011-07-02 21:40
Silent Void
阅读(7152)
推荐(1) 编辑
WCF文章收集
摘要:1. 承载和使用 WCF 服务
2. WCF 深度寻址
3. WCF 消息传递基础
阅读全文
posted @
2008-01-24 20:58
Silent Void
阅读(1640)
推荐(0) 编辑
Web Service返回DataTable(zz)
摘要:1. Create SchemaImporterExtension that will recognize the DataSetSchema:
2. Compile and GAC the SchemaImporterExtension;
3. Add it to the existent extensions in machine.config, ysing fully-qualified assembly name
阅读全文
posted @
2007-05-23 11:44
Silent Void
阅读(963)
推荐(0) 编辑