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 15:03:20.000000000 -0400
+++ shadow/82732.tmp.30845      2007-09-07 16:25:21.000000000 -0400
@@ -1,11 +1,11 @@
 Bug#: 82732
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
-OS Details: 
+OS Details: openSuse 10.2
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: [EMAIL PROTECTED]                            
@@ -42,6 +42,23 @@
 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?
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-09-07 16:25 -------
+Hello,
+
+* I have to use resgen2 instead of the resgen task because the task
+uses resgen from the 1.0 profile (at least it does in openSuse10.2)
+which makes the resgen task fail.
+
+* The custom System.Windows.Forms reference was added because of some
+reason I don't remember anymore but it seems that the implicit
+reference works now as well, so thanks for that hint :-)
+
+* Forgot to mention that I can't build the translations because it
+uses again the 1.0 AssemblyLinker while the rest is targeting the 2.0
+profile. This results in an uncaught exception. Because of that I
+tried a hack and copied the already compiled versions of the
+translations into the buildir.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to