teli 发表于 2013-8-20 09:17:15

Winform 程序操作了一段时间,异常了。

有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.Runtime.InteropServices.ExternalException: GDI+ 中发生一般性错误。
   在 System.Drawing.Image.FromHbitmap(IntPtr hbitmap, IntPtr hpalette)
    在 System.Drawing.Image.FromHbitmap(IntPtr hbitmap)
    在 System.Drawing.Icon.ToBitmap()
    在 System.Drawing.Graphics.DrawIcon(Icon icon, Rectangle targetRect)
    在 DevExpress.Skins.XtraForm.RibbonFormPainter.DrawIcon(GraphicsCache cache)
    在 DevExpress.XtraBars.Ribbon.Drawing.RibbonCaptionPainter.DrawObject(ObjectInfoArgs e)
    在 DevExpress.Utils.Drawing.ObjectPainter.DrawObject(GraphicsCache cache, ObjectPainter painter, ObjectInfoArgs e)
    在 DevExpress.XtraBars.Ribbon.Drawing.RibbonPainter.Draw(GraphicsCache cache, RibbonViewInfo viewInfo)
    在 DevExpress.XtraBars.Ribbon.RibbonControl.RibbonPaint(PaintEventArgs e)
    在 DevExpress.XtraBars.Ribbon.RibbonControl.OnPaint(PaintEventArgs e)
    在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
    在 System.Windows.Forms.Control.WmPaint(Message& m)
    在 System.Windows.Forms.Control.WndProc(Message& m)
    在 DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
    在 DevExpress.XtraBars.Ribbon.RibbonControl.WndProc(Message& m)
    在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************

羽叶 发表于 2013-8-20 12:14:30

这些信息看不出问题所在,我猜是UI线程出了问题

teli 发表于 2013-8-20 14:05:44

天堂羽叶 发表于 2013-8-20 12:14
这些信息看不出问题所在,我猜是UI线程出了问题

好像没有用到多线程啊
页: [1]
查看完整版本: Winform 程序操作了一段时间,异常了。