[Mono-bugs] [Bug 62679][Wis] New - System.EntryPointNotFoundException: GdipLoadImageFromFile when aspx page tries to load image

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Aug 2004 14:58:11 -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 nigel@hresult.com.

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

--- shadow/62679	2004-08-08 14:58:11.000000000 -0400
+++ shadow/62679.tmp.19064	2004-08-08 14:58:11.000000000 -0400
@@ -0,0 +1,55 @@
+Bug#: 62679
+Product: Mono: Runtime
+Version: unspecified
+OS: other
+OS Details: FC2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: nigel@hresult.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.EntryPointNotFoundException: GdipLoadImageFromFile when aspx page tries to load image
+
+(re)Installed mono on FC2 using red-carpet.
+
+Have an ASP page running under xsp.exe
+
+Page tries to load an image from disk
+
+Causes result:
+
+System.EntryPointNotFoundException: GdipLoadImageFromFile
+in <0x00053> (wrapper managed-to-native) 
+System.Drawing.GDIPlus:GdipLoadImageFromFile (string,intptr&)
+in <0x0003d> System.Drawing.Bitmap:InitFromFile (string)
+in <0x00056> (wrapper remoting-invoke-with-check) 
+System.Drawing.Bitmap:InitFromFile (string)
+in <0x0001c> System.Drawing.Bitmap:.ctor (string,bool)
+in <0x00012> System.Drawing.Bitmap:.ctor (string)
+in <0x00056> (wrapper remoting-invoke-with-check) 
+System.Drawing.Bitmap:.ctor (string)
+in <0x00020> System.Drawing.Image:FromFile (string)
+in <0x0001c> PhotoGallery.Utils.ImageProvider:GenerateResizedImage 
+(string)
+in <0x000f6> 
+PhotoGallery.Utils.CachedImageProvider:OutputToResponseStream 
+(string,System.Web.HttpResponse)
+in <0x0016b> PhotoGallery.ImageServlet:Page_Load (object,System.EventArgs)
+in <0x00069> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object_EventArgs 
+(object,System.EventArgs)
+in <0x00086> System.Web.UI.Control:OnLoad (System.EventArgs)
+in <0x00024> System.Web.UI.Control:LoadRecursive ()
+in <0x00198> System.Web.UI.Page:InternalProcessRequest ()
+in <0x000c2> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x002f3> ExecuteHandlerState:Execute ()
+in <0x00084> StateMachine:ExecuteState 
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+Probably a configuration issue, but I haven't a clue where to look...