[Mono-bugs] [Bug 71337][Nor] Changed - No overload for Controls array that takes 1 argument

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Jan 2005 14:00:11 -0500 (EST)


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 rafaelteixeirabr@hotmail.com.

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

--- shadow/71337	2005-01-16 12:24:50.000000000 -0500
+++ shadow/71337.tmp.28932	2005-01-17 14:00:11.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 71337
-Product: Mono: Class Libraries
-Version: 1.1
-OS: 
+Product: Mono: Compilers
+Version: unspecified
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
-Component: Sys.Web
+Severity: Unknown
+Priority: Normal
+Component: Basic
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rogerio.araujo@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -91,6 +91,14 @@
 </table>
 </div>
 
 When load  download.aspx i got this error:
 
 error BC1501: No overload for method `Controls' takes `1' arguments
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2005-01-17 14:00 -------
+The mbas compiler is not finding that in
+
+parameterContainer.Controls(0).Render...
+
+the System.Web.UI.Control member "Controls" is a ControlCollection and
+so can be accessed by its indexer property.