2011年12月20日
摘要: Project DescriptionThis class is for support GB2312 simplified Chinese characters for Silverlight(include Windows Phone 7) Application and inherited from Encoding abstract class. It's developed in CSh... 阅读全文
posted @ 2011-12-20 01:17 WPF之家 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 今天写wp7的rss功能的一个代码,发现Assembly.GetManifestResourceStream总是返回null明明文件资源都在,后来发现因为我仅仅是项目包括了文件,而Assembly.GetManifestResourceStream是对应用的资源进行检索,所以这个文件需要右键点击,在属性中选择生成操作为嵌入的资源即可。另:发现Assembly.GetManifestResourceStream(type,name)时,前面的type所在的namespace必须和name所指的资源的namespace(实际上namespace由资源所在的路径决定)相同。 阅读全文
posted @ 2011-12-20 01:14 WPF之家 阅读(1325) 评论(0) 推荐(0) 编辑