[Mono-bugs] [Bug 45876][Nor] Changed - Attributes on operators are specified twice in the MSIL
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 13 Jul 2003 00:03:37 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45876
--- shadow/45876 Tue Jul 8 16:21:05 2003
+++ shadow/45876.tmp.9372 Sun Jul 13 00:03:37 2003
@@ -1,12 +1,12 @@
Bug#: 45876
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details: Windows XP SP1
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: ravi@ximian.com
ReportedBy: jc@manoli.net
@@ -78,6 +78,20 @@
How often does this happen? Always
------- Additional Comments From ravi@ximian.com 2003-07-08 16:21 -------
OKay, assigning to myself. Should be easy to fix
+
+------- Additional Comments From ravi@ximian.com 2003-07-13 00:03 -------
+I am unable to compile this:
+
+bug-45876.cs(3) error CS0246: Could not find attribute
+'EditorBrowsable' (are you missing a using directive or an assembly
+reference ?)
+bug-45876.cs(3) error CS0246: Could not find attribute
+'EditorBrowsable' (are you missing a using directive or an assembly
+reference ?)
+Compilation failed: 2 error(s), 0 warnings
+
+Please provide a complete sample and also the compiler flags needed to
+compile it.