文章分类 -  项目问题解决

遇到问题后从网上搜索原始资料并学习
The type initializer for 'Microsoft.Expression.Platform.Silverlight.SilverlightCommonDesignTimeProperties' threw an exception
摘要:环境:win7 32 vs2010 sp1 silverlight5 radcontrol 2012.2.912.1050在a机器上运行正常的项目在b机器上报错,开发状态报如下错误代码调试时报下面的错误根据错误信息在网站找到了以下解决方案The type initializer for 'Microsoft.Expression.Platform.Silverlight.SilverlightCommonDesignTimeProperties' threw an exception. 由 dgcaron在 2011/8/1 11:17 发送I had this very sa 阅读全文
posted @ 2012-09-27 16:30 forrestsun 阅读(423) 评论(0) 推荐(0)
视频叠加半透明圆
摘要:在视频上叠加半透明圆using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Drawing2D;u... 阅读全文
posted @ 2009-11-30 15:39 forrestsun
播放视频时叠加十字模式
摘要:问题:在播放的视频控件上叠加一个十字坐标解决代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Draw... 阅读全文
posted @ 2009-11-30 14:51 forrestsun
循环遍历读取资源文件
摘要:http://msdn.microsoft.com/zh-cn/library/system.resources.resxresourcereader.aspx*在console程序下读到资源文件时使用到“ResXResourceReader”光靠using还不行,需要在工程中引用System.Windows.Forms才可以使用缺点:资源文件无法嵌入程序内部代码Code ... 阅读全文
posted @ 2009-11-30 14:47 forrestsun