[Mono-bugs] [Bug 82732][Wis] Changed - NRE when compiling Mono-Port of NClass
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 7 15:03:20 EDT 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82732
--- shadow/82732 2007-09-07 10:32:38.000000000 -0400
+++ shadow/82732.tmp.30025 2007-09-07 15:03:20.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82732
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: latency at gmx.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -27,6 +27,21 @@
Repro will be attached.
------- Additional Comments From latency at gmx.de 2007-09-07 10:32 -------
Created an attachment (id=19988)
Repro
+
+------- Additional Comments From gert.driesen at pandora.be 2007-09-07 15:03 -------
+It compiles fine here (on Win32) after making some modifications to
+your build scripts:
+
+* For Mono, you were explicitly using resgen2 instead of the resgen
+task (it works fine using the NAnt resgen task).
+
+* For some reason, you are not building NClass.Translations.dll when
+targeting the Mono 2.0 profile.
+
+* In the build script for NClass.GUI.Diagram you were explicitly
+using the System.Windows.Forms.dll assembly from the GAC, and when
+running NAnt on the MS CLR this means it uses the MS SWF assembly,
+which of course results in a crash. Why are you doing this?
More information about the mono-bugs
mailing list