[Mono-bugs] [Bug 78017][Maj] Changed - Severe error during startup
of Paint.NET v2.6.1
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 11 18:23:44 EDT 2006
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78017
--- shadow/78017 2006-04-10 12:30:52.000000000 -0400
+++ shadow/78017.tmp.2390 2006-05-11 18:23:44.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78017
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Windows XP
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Major
Component: Windows.Forms
AssignedTo: mono-bugs at ximian.com
ReportedBy: mikeluwork at hotmail.com
QAContact: mono-bugs at ximian.com
@@ -48,6 +48,20 @@
I can't even get mono on linux to open the assembly that I downloaded
from the Paint.Net website. The website indicates that 2.6.1 requires
the .Net 2.0 framework. According to Zoltan, the error you reported is
related to a missing class. I'm assuming that the crash is because
they are using a 2.0 class that we are not implementing yet, as we are
only supporting the 1.1 framework so far.
+
+------- Additional Comments From miguel at ximian.com 2006-05-11 18:23 -------
+Paint.NET will not work out of the box on Mono, as it contains too
+many platform-specific P/Invokes.
+
+On my Mono (trunk as of May 11), I get the actual error, missing 2.0
+support:
+
+** (PaintDotNet.exe:14528): WARNING **: The class
+System.Windows.Forms.MenuStrip could not be loaded, used in
+System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+PublicKeyToken=b77a5c561934e089
+
+I am working on a patch to turn thta into a TypeLoadException
More information about the mono-bugs
mailing list