gds通用软件开发系统

导航

05 2011 档案

donet的dll注册
摘要:代码示例 string[] cmd = new string[] { "gacutil.exe /i "+文件目录+"/"+"Microsoft.ReportViewer.ProcessingObjectModel.dll", "gacutil.exe /i "+文件目录+"/"+"Microsoft.ReportViewer.WebForms.dll", "gacutil.exe /i "+文件目录+"/"+"Microso 阅读全文

posted @ 2011-05-29 11:55 gds通用软件开发系统 阅读(460) 评论(0) 推荐(0) 编辑

.net winform全局异常处理
摘要:static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { // Add the event handler for handling UI thread exceptions to the event. Application.ThreadException += new ThreadExceptionEventHandler(Form1_UIThreadException); // Set the unhandled excep 阅读全文

posted @ 2011-05-06 19:16 gds通用软件开发系统 阅读(971) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示