[Mono-list] System.EntryPointNotFoundException solved

Joeri Belis joeri.belis@nollekens.be
Thu, 1 Jul 2004 13:54:03 +0200


I have update libgdiplus. Now i get a NotImplementedException. So no fancy
pdf's in linux / C# yet.

Unhandled Exception: System.NotImplementedException: Feature not
implemented.
in <0x001bd> System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
in <0x000a0> System.Drawing.Image:InitFromStream (System.IO.Stream)
in <0x00056> (wrapper remoting-invoke-with-check)
System.Drawing.Image:InitFromStream (System.IO.Stream)
in <0x0001c> System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
in <0x00012> System.Drawing.Bitmap:.ctor (System.IO.Stream)
in <0x00056> (wrapper remoting-invoke-with-check)
System.Drawing.Bitmap:.ctor (System.IO.Stream)
in <0x00020> System.Drawing.Image:FromStream (System.IO.Stream)
in <0x0008e> Root.Reports.StaticContainer:Add
(double,double,Root.Reports.RepObj)
in <0x0005a> Root.Reports.StaticContainer:AddMM
(double,double,Root.Reports.RepObj)
in <0x003bb> ReportSamples.ImageSample:Create ()
in <0x00030> Root.Reports.Report:Save (string)
in <0x0019e> Root.Reports.RT:ViewPDF (Root.Reports.Report,string)
in <0x00029> ReportSamples.ImageSample:Main ()