| 
 | 
 
 
 楼主 |
发表于 2013-9-11 11:01:45
|
显示全部楼层
 
 
 
2013-09-11 10:50:51,000 [1] ERROR System.Object [(null)] - UI Exception: 
System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。 
   在 System.Drawing.SafeNativeMethods.Gdip.GdipFillRectangleI(HandleRef graphics, HandleRef brush, Int32 x, Int32 y, Int32 width, Int32 height) 
   在 System.Drawing.Graphics.FillRectangle(Brush brush, Int32 x, Int32 y, Int32 width, Int32 height) 
   在 System.Drawing.Graphics.FillRectangle(Brush brush, Rectangle rect) 
   在 System.Windows.Forms.ControlPaint.DrawBackgroundImage(Graphics g, Image backgroundImage, Color backColor, ImageLayout backgroundImageLayout, Rectangle bounds, Rectangle clipRect, Point scrollOffset, RightToLeft rightToLeft) 
   在 System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle, Color backColor, Point scrollOffset) 
   在 System.Windows.Forms.Control.PaintBackground(PaintEventArgs e, Rectangle rectangle) 
   在 System.Windows.Forms.Control.OnPaintBackground(PaintEventArgs pevent) 
   在 System.Windows.Forms.ScrollableControl.OnPaintBackground(PaintEventArgs e) 
   在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) 
   在 System.Windows.Forms.Control.WmEraseBkgnd(Message& m) 
   在 System.Windows.Forms.Control.WndProc(Message& m) 
   在 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 
   在 System.Windows.Forms.ContainerControl.WndProc(Message& m) 
   在 System.Windows.Forms.UserControl.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) |   
 
 
 
 |