[Mono-bugs] [Bug 61675][Cri] Changed - Compiler bug and Runtime 1.0 error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jul 2004 16:40:12 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61675
--- shadow/61675 2004-07-16 16:25:37.000000000 -0400
+++ shadow/61675.tmp.3316 2004-07-16 16:40:12.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 61675
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows XP, Windows 2000
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: parjm@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -425,6 +425,15 @@
public static void Main(string[] args)
{
Application.Run(new MainForm());
}
}
}
+
+------- Additional Comments From duncan@ximian.com 2004-07-16 16:40 -------
+You'll see from the Exception message:
+
+Unhandled Exception: System.TypeInitializationException: An exception
+was thrown by the type initializer for System.Drawing.GDIPlus --->
+System.DllNotFoundException: gdiplus.dll
+
+Did you install libgdiplus?