[Mono-bugs] [Bug 46301][Blo] New - Designer attribute error in System.dll with NET_1_1
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 14 Jul 2003 10:06:55 -0400 (EDT)
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 jlaban@wanadoo.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=46301
--- shadow/46301 Mon Jul 14 10:06:55 2003
+++ shadow/46301.tmp.7761 Mon Jul 14 10:06:55 2003
@@ -0,0 +1,29 @@
+Bug#: 46301
+Product: Mono/MCS
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Blocker
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jlaban@wanadoo.Fr
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Designer attribute error in System.dll with NET_1_1
+
+Defining NET_1_0 or NET_1_1 building the System.dll assembly outputs this
+error while compiling IComponent.cs (v1.6, v1.7 has temporarily been
+updated to allow compilation):
+
+error CS0579: Duplicate 'Designer' attribute
+
+While it should be allowed to have two Designer attributes (AllowMultiple
+is set on DesignerAttribute type).
+
+This problem does not appear when compiling an other assembly with the
+same two attributes.