[Mono-bugs] [Bug 61957][Wis] Changed - Problems with GDIPlus

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 11:02:09 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gmendes@interserv.com.br.

http://bugzilla.ximian.com/show_bug.cgi?id=61957

--- shadow/61957	2004-07-30 10:50:07.000000000 -0400
+++ shadow/61957.tmp.23201	2004-07-30 11:02:09.000000000 -0400
@@ -204,6 +204,42 @@
 1-0 branch you would need to do provide -r option like following,
 
 $ cvs -z3 co -r mono-1-0 libgdiplus
 
 You need not to build anything else, just build and install 
 libgdiplus and rerun your test.
+
+------- Additional Comments From gmendes@interserv.com.br  2004-07-30 11:02 -------
+Hi, here is the new error message:
+
+Unhandled Exception: System.NotImplementedException: Feature not
+implemented.
+in <0x001b9> System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
+in <0x00064> System.Drawing.Graphics:DrawPath
+(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)
+in <0x00069> (wrapper remoting-invoke-with-check)
+System.Drawing.Graphics:DrawPath
+(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)
+in <0x00017> Dundas.Charting.WebControl.GdiGraphics:DrawPath
+(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)
+in <0x00027> Dundas.Charting.WebControl.ChartRenderingEngine:DrawPath
+(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)
+in <0x00067>
+Dundas.Charting.WebControl.ChartGraphics3D:DrawGraphicsPath
+(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)
+in <0x006f7> Dundas.Charting.WebControl.ChartGraphics3D:FillPieSlice
+(Dundas.Charting.WebControl.ChartArea,Dundas.Charting.WebControl.DataPoint,System.Drawing.SolidBrush,System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,single,single,bool,int)
+in <0x0085a> Dundas.Charting.WebControl.ChartTypes.PieChart:Draw3DPie
+(int,Dundas.Charting.WebControl.ChartGraphics,Dundas.Charting.WebControl.DataPoint,Dundas.Charting.WebControl.ChartArea,System.Drawing.RectangleF,single,single,single,single,bool,bool&,bool,bool,int)
+in <0x01ede>
+Dundas.Charting.WebControl.ChartTypes.PieChart:ProcessChartType3D
+(bool,Dundas.Charting.WebControl.ChartGraphics,Dundas.Charting.WebControl.CommonElements,Dundas.Charting.WebControl.ChartArea,bool,Dundas.Charting.WebControl.ChartTypes.PieChart/LabelsMode,Dundas.Charting.WebControl.Series,single)
+in <0x0072d> Dundas.Charting.WebControl.ChartTypes.PieChart:Paint
+(Dundas.Charting.WebControl.ChartGraphics,Dundas.Charting.WebControl.CommonElements,Dundas.Charting.WebControl.ChartArea,Dundas.Charting.WebControl.Series)
+in <0x006e5> Dundas.Charting.WebControl.ChartArea:Paint
+(Dundas.Charting.WebControl.ChartGraphics)
+in <0x01fc5> Dundas.Charting.WebControl.ChartPicture:Paint
+(System.Drawing.Graphics,bool,bool,System.Xml.XmlTextWriter,string,bool,bool)
+
+
+
+Thanks for your patience!