以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]异常报错,求指点! (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=71954) |
-- 作者:ymjr2011 -- 发布时间:2015/7/21 12:22:00 -- [求助]异常报错,求指点! ************** 异常文本 ************** System.Runtime.InteropServices.ExternalException: GDI+ 中发生一般性错误。 在 System.Drawing.Graphics.CheckErrorStatus(Int32 status) 在 System.Drawing.Graphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) 在 ??.??.(Style s, Graphics g, Rectangle r, String str) 在 ??.??.(Style s, Graphics g, Rectangle r, String str, Image img) 在 ??.??.Render(Style s, Graphics g, Rectangle r, String str, Image img, ? flags) 在 C1.Win.C1FlexGrid.C1FlexGridBase.?(Graphics g, Int32 row, Int32 col, Style s, Rectangle rc, String str, Image img, DrawCellFlags flags) 在 C1.Win.C1FlexGrid.C1FlexGridBase.?(Graphics g, Int32 row, Int32 col, Style s, Rectangle rc, String str, Image img, DrawCellFlags flags) 在 C1.Win.C1FlexGrid.OwnerDrawCellEventArgs.DrawCell(DrawCellFlags flags) 在 C1.Win.C1FlexGrid.C1FlexGridRenderer.OnDrawCell(C1FlexGridBase flex, OwnerDrawCellEventArgs e, CellType cellType) 在 C1.Win.C1FlexGrid.GridRendererOffice2007.OnDrawCell(C1FlexGridBase flex, OwnerDrawCellEventArgs e, CellType cellType) 在 C1.Win.C1FlexGrid.C1FlexGridRenderer.OnDrawCell(C1FlexGridBase flex, OwnerDrawCellEventArgs e) 在 C1.Win.C1FlexGrid.C1FlexGridBase.?(OwnerDrawCellEventArgs e) 在 C1.Win.C1FlexGrid.C1FlexGridBase.?(Graphics g, Int32 row, Int32 col, Style s, Rectangle rc, String str, Image img) 在 C1.Win.C1FlexGrid.C1FlexGridBase.DrawCell(Graphics g, Int32 row, Int32 col, Style s, Rectangle rc, String str, Image img, CheckEnum chk) 在 C1.Win.C1FlexGrid.C1FlexGridBase.DrawCell(PaintEventArgs e, Int32 row, Int32 col) 在 C1.Win.C1FlexGrid.C1FlexGrid.DrawCell(PaintEventArgs e, Int32 row, Int32 col) 在 C1.Win.C1FlexGrid.C1FlexGrid.DrawRow(PaintEventArgs e, Int32 row) 在 C1.Win.C1FlexGrid.C1FlexGridBase.?(PaintEventArgs e) 在 C1.Win.C1FlexGrid.C1FlexGridBase.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) 在 C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.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) ************** JIT 调试 ************** 要启用实时(JIT)调试, 该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置 jitDebugging 值。 编译应用程序时还必须启用 调试。 例如: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> 启用 JIT 调试后,任何无法处理的异常 都将被发送到在此计算机上注册的 JIT 调试器, 而不是由此对话框处理。 |
-- 作者:ymjr2011 -- 发布时间:2015/7/21 13:38:00 -- 顶上去,请高手指点! |
-- 作者:大红袍 -- 发布时间:2015/7/21 14:18:00 -- 怎样操作后报错,贴出写的代码,或者上传出错的例子。 |