随笔分类 -  Silverlight

摘要:设定以下属性:Height:autoWidth:autoHorizontalAlignment:StretchVerticalAlignment:Stretch再设定Margin值 阅读全文
posted @ 2013-01-25 16:38 虚空境界 阅读(239) 评论(0) 推荐(0)
摘要:原因:在Silverlight+WCF RIA Service或者WCF Service的架构中,经常会遇到WCF序列化65536大小限制的问题解决方法:修改web.config<system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" /> <!--设置 maxItemsInObjectGraph --> <services> &l 阅读全文
posted @ 2013-01-23 13:59 虚空境界 阅读(1083) 评论(0) 推荐(0)