[Mono-bugs] [Bug 76580][Maj] Changed - Problem when compiling (at runtime) a user web control

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 28 05:14:40 EDT 2005


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 informatique.internet at fiducial.fr.

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

--- shadow/76580	2005-10-28 05:12:04.000000000 -0400
+++ shadow/76580.tmp.19431	2005-10-28 05:14:40.000000000 -0400
@@ -219,6 +219,20 @@
 Line 97:         }
 Line 98:     }
 Line 99:     
 Line 100: }
 
 
+
+------- Additional Comments From informatique.internet at fiducial.fr  2005-10-28 05:14 -------
+Note that the faulty line 85 is :
+
+Line 85:             __ctrl.MenuStyle =
+MonoTestLib.TestComposant+CWebContextMenuStyle.Test2;
+
+and should be
+
+__ctrl.MenuStyle=MonoTestLib.TestComposant.CWebContextMenuStyle.Test2;
+
+Note the + instead of .
+
+it seems to be a problem in aspx parser!


More information about the mono-bugs mailing list