随笔分类 - Silverlight
摘要:设定以下属性:Height:autoWidth:autoHorizontalAlignment:StretchVerticalAlignment:Stretch再设定Margin值
阅读全文
摘要:原因:在Silverlight+WCF RIA Service或者WCF Service的架构中,经常会遇到WCF序列化65536大小限制的问题解决方法:修改web.config<system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" /> <!--设置 maxItemsInObjectGraph --> <services> &l
阅读全文