[Mono-bugs] [Bug 77417][Maj] New - Mono 1.1.13 won't run Visual C#
2005 Programs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 31 13:19:48 EST 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 dontwantspam1 at earthlink.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77417
--- shadow/77417 2006-01-31 13:19:48.000000000 -0500
+++ shadow/77417.tmp.15557 2006-01-31 13:19:48.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 77417
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Linux
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: dontwantspam1 at earthlink.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono 1.1.13 won't run Visual C# 2005 Programs
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+Mono 1.1.13 won't run programs written and compiled in Microsoft Visual
+C# 2005. It gives the error:
+Unhandled Exception: System.TypeLoadException: Could not load
+type 'System.Windows.Forms.AutoScaleMode' from
+assembly 'System.Windows.Forms, Version 2.0.0.0, Culture=neutral,
+PublicKeyToken=b77a5c561934e089
+
+This only happens if you set a form's AutoScale mode to None. If it's
+set to anything else, it gives a different error.
+
+Steps to reproduce the problem:
+1. Start a new solution in Visual C# 2005
+2. Change the form's AutoScale property to None
+3. Compile
+4. Run executable on Linux
+
+I have not tried these steps only - there may have been a couple other
+small things I did, but this is basically the process.
+
+Actual Results:
+It gives the error above.
+
+Expected Results:
+It should just display the form. Pretty simple.
+
+How often does this happen?
+Every time
+
+Additional Information:
+This is a pretty major problem. I mean, it basically means that you
+can't write a (useful) program in C# 2005 and have it run on Linux.
More information about the mono-bugs
mailing list