[Mono-bugs] [Bug 36262][Min] Changed - Should not generate fields already defined in base class

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 5 Jan 2003 07:35:01 -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 gonzalo@ximian.com.

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

--- shadow/36262	Sat Jan  4 11:24:21 2003
+++ shadow/36262.tmp.25122	Sun Jan  5 07:35:01 2003
@@ -1,23 +1,23 @@
 Bug#: 36262
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: david@codenoevil.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: ASP.NET codebehind is not being called
+Summary: Should not generate fields already defined in base class
 BugsThisDependsOn: 31245
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 ASP.NET codebehind is either not being called, or XSP hangs on request
@@ -54,6 +54,14 @@
 
 the browsers used to test this behavior were IE 6 SP1 and Netscape 7.0.
 
 ------- Additional Comments From gonzalo@ximian.com  2003-01-04 11:24 -------
 Until bug #31245 is not fixed, you have to copy the dlls that are in
 bin directory also to the application base directory.
+
+------- Additional Comments From gonzalo@ximian.com  2003-01-05 07:35 -------
+Copying the dll from bin to its parent directory does not work because
+there's another bug.
+
+When inheriting from another page/control, xsp should not generate
+protected fields that are already present as public or protected in
+the base class.