[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 07:53:41 -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 bestworldweb@yahoo.co.nz.
http://bugzilla.ximian.com/show_bug.cgi?id=43477
--- shadow/43477 Thu May 22 07:11:16 2003
+++ shadow/43477.tmp.22932 Sat May 24 07:53:41 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: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: gonzalo@ximian.com
ReportedBy: bestworldweb@yahoo.co.nz
QAContact: mono-bugs@ximian.com
@@ -84,6 +84,18 @@
was installed using Mandrake rpms from go-mono.org.
Thanks for your help in advance.
------- Additional Comments From gonzalo@ximian.com 2003-05-22 07:11 -------
Fixed in CVS.
+
+------- Additional Comments From bestworldweb@yahoo.co.nz 2003-05-24 07:53 -------
+The bus still exists. I still have to restart the server to make
+changes to external files (eg AddUser.cs) occur in the aspx page.
+
+What I did find was that when I had a syntax error in a class each
+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.