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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -27,6 +27,21 @@
 Repro will be attached.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-09-07 10:32 -------
 Created an attachment (id=19988)
 Repro
 
+
+------- Additional Comments From [EMAIL PROTECTED]  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?
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to