[Mono-list] EntryPointNotFoundException: GdipLoadImageFromDelegate_linux

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


I get the following error when i try to run one of the examples of
Report.NET ( http://report.sourceforge.net/ )

I compiled it with following command:
mcs /r:Reports.dll -r:System.Drawing -resource:image.jpg imagesample.cs
Is it mono C# 0.91.0.0

root@4[fax]# mono imagesample.exe
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Drawing was remapped (http://www.go-mono.com/remap.html)
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Web was remapped (http://www.go-mono.com/remap.html)
****************** Starting up
Unhandled Exception: System.EntryPointNotFoundException:
GdipLoadImageFromDelegate_linux
in <0x00053> (wrapper managed-to-native)
System.Drawing.GDIPlus:GdipLoadImageFromDelegate_linux (System.Drawing.GDIP
lus/StreamGetBytesDelegate,System.Drawing.GDIPlus/StreamSeekDelegate,intptr&
)
in <0x00090> 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 <0x002d2> 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 ()