RubyLee

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

2007年12月12日 #

摘要: 配置错误 说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 未能加载文件或程序集“System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”或它的某一个依赖项。系统找不... 阅读全文
posted @ 2007-12-12 09:35 rubyLee 阅读(1020) 评论(0) 推荐(0)

摘要: 当前Silverlight仅支持如下五类鼠标事件: Event Description MouseMove Occurs when the coordinate position of the mouse pointer changes. The mouseEventArgs parameter contains input information. MouseEnter Occurs when ... 阅读全文
posted @ 2007-12-12 09:06 rubyLee 阅读(1680) 评论(1) 推荐(2)

摘要: 当前版本Silverlight还不能直接支持中文显示,但我们可以通过变通的方法让其显示中文,一般可通过以下二种方案实现:1、使用GlyphsXAML:1<GlyphsFill="Red"UnicodeString="中文显示"2FontUri="http://localhost/ChineseFont/Fonts/649C70ED-5A7E-7277-6038-1A0DBB6BDF08.od... 阅读全文
posted @ 2007-12-12 08:52 rubyLee 阅读(789) 评论(0) 推荐(0)