博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

2011年5月31日

摘要: I know that there are a few blog posts out there on this subject, so I feel like I'm repeating myself while writing this. Bear with me...please. Over the last month I've been chasing an ISession corruption error in our application with little success. During that time I spent a lot of time l 阅读全文

posted @ 2011-05-31 20:15 codingsilence 阅读(285) 评论(1) 推荐(0) 编辑

摘要: WCF+Nhibernate 序列化的问题。chenlei65368 发表于 5-17 10:31 14天前, 3回/38阅, 最后回答: 14天前 (1人收藏 ,收藏 |举报) 讨论区 » 技术问答顶 0踩 当遇到有表关联属性时,WCF+Nhibernate服务端执行了查询,但是客户端调用的时候总是出错。网上查了是序列化的问题,但是没找到合适的解决办法。标签: NHibernate WCF 我想问同样的问题 共0个人想要问同样的问题 补充话题说明» 按评价排序 | 显示最新答案 共有3个答案 我要回答» chenlei65368 回答于 2011-05-17 1 阅读全文

posted @ 2011-05-31 20:12 codingsilence 阅读(375) 评论(0) 推荐(0) 编辑

摘要: WCF传输数据量的能力受到许多因素的制约,如果程序中出现因需要传输的数据量较大而导致调用WCF服务失败的问题,应注意以下配置:1、MaxReceivedMessageSize:获取或设置配置了此绑定的通道上可以接收的消息的最大大小。basicHttpBinding等预定义的绑定一般具有MaxReceivedMessageSize属性,CustomBinding则需要在Transport中定义。示例代码:<bindings> <customBinding> <binding name="customBinding"> <binaryM 阅读全文

posted @ 2011-05-31 19:15 codingsilence 阅读(7024) 评论(2) 推荐(0) 编辑