[Mono-bugs] [Bug 43477][Min] Changed - Classes in external pages that aspx pages inherit from will only compile once using XSP.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 24 May 2003 09:06:23 -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 gonzalo@ximian.com.

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

--- shadow/43477	Sat May 24 07:53:41 2003
+++ shadow/43477.tmp.20820	Sat May 24 09:06:23 2003
@@ -1,13 +1,13 @@
 Bug#: 43477
 Product: Mono/MCS
 Version: unspecified
 OS: Mandrake 8.2
 OS Details: Linux ************.homelinux.com 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 2002 i686 unknown
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: bestworldweb@yahoo.co.nz               
 QAContact: mono-bugs@ximian.com
@@ -96,6 +96,12 @@
 time I changed the class and 'refreshed'/recompiled the page I got 
 the same error but the yellow box with the code changed
 
 ie. it said I had an error on line 28; I had changed the file 
 (AddUser.cs) and there were only 14 lines of code. I still got the 
 same error message.
+
+------- Additional Comments From gonzalo@ximian.com  2003-05-24 09:06 -------
+You have to use System.Web.dll from CVS.
+
+xsp is just some glue that uses System.Web.dll to process ASP.NET
+requests.