[Mono-bugs] [Bug 35492][Nor] Changed - "error CS0205: Cannot call an abstract base indexer: object System.Collections.IList.get_Item" thown when no abstract classes involved.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Dec 2002 18:29:18 -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 bryan@alphora.com.

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

--- shadow/35492	Wed Dec 18 13:26:01 2002
+++ shadow/35492.tmp.8487	Wed Dec 18 13:29:18 2002
@@ -154,6 +154,23 @@
 }
 
 
 ------- Additional Comments From bryan@alphora.com  2002-12-18 13:26 -------
 Now I bet it is a problem relating to the "base" keywords search up 
 the object heirarchy.
+
+------- Additional Comments From bryan@alphora.com  2002-12-18 13:29 -------
+In the earlier report I said it compiled under mcs, I meant to say 
+csc.
+
+Here is the compiler output for mcs.
+
+C:\src\Dataphor\Base>mcs test-list-abstract.cs
+
+You can run mcs with 'monomcs' on .NET, instead of mono, too.
+
+test-list-abstract.cs(13) error CS0205: Cannot call an abstract base 
+indexer: void System.Collections.IList.set_Item (in
+t, object)
+Compilation failed: 1 error(s), 0 warnings
+
+C:\src\Dataphor\Base>