[Mono-bugs] [Bug 35004][Nor] Changed - Unhandled Exception: System.Reflection.AmbiguousMatchException: <element> has more than one attribute of type <attribute_type>

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Dec 2002 20:29:21 -0000


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=35004

--- shadow/35004	Mon Dec  9 11:41:39 2002
+++ shadow/35004.tmp.27352	Sun Dec 29 15:29:21 2002
@@ -266,6 +266,23 @@
 		= "";
 }
 
 BTW, I marked the bug as blocker because it was blocking me from 
 further testing.  If I am misinterpreting the priority system let me 
 know.
+
+------- Additional Comments From miguel@ximian.com  2002-12-29 15:29 -------
+Smaller test case:
+
+using System.CodeDom.Compiler;
+
+public class Test
+{
+        static public int Main()
+        {
+                CompilerErrorCollection a = null;
+
+                string s = a [0] ;
+        }
+}
+
+