[Mono-bugs] [Bug 606253] New: Using requiredfieldvalidator makes xsp try to load gdiplus.dll (and fails)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun May 16 21:15:47 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=606253

http://bugzilla.novell.com/show_bug.cgi?id=606253#c0


           Summary: Using requiredfieldvalidator makes xsp try to load
                    gdiplus.dll (and fails)
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: observer1 at hotmail.es
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=362514)
 --> (http://bugzilla.novell.com/attachment.cgi?id=362514)
Test web site for this bug

Description of Problem:
Adding a requiredfieldvalidator makes asp.net try to load gdiplus.dll and it
fails to do it raising an exception

Steps to reproduce the problem:
1. Add a RequiredFieldValidator to a page



Actual Results:
The following error is show:

gdiplus.dll

Description: HTTP 500. Error processing request.

Stack Trace:

System.DllNotFoundException: gdiplus.dll
  at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  at System.Drawing.GDIPlus..cctor () [0x000c6] in
/home/marcos/tmp/mono/mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs:126 


Expected Results:
The page should load and the validator work

How often does this happen? 
always

Additional Information:

Asp.net should not even use gdiplus at all, does it?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list