[Mono-bugs] [Bug 66231][Wis] Changed - Parsing error in ASP.NET page with VB.NET code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 11:39:12 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/66231	2004-09-19 10:10:15.000000000 -0400
+++ shadow/66231.tmp.9804	2004-09-19 11:39:12.000000000 -0400
@@ -54,6 +54,13 @@
 syntax error, got token `ME', expecting BINARY COMPARE EXPLICIT OFF
 TEXT IDENTIFIER
 asp.vb(107,48) error BC29999: Parsing error
 Compilation failed: 1 Error(s), 0 warnings
 
 that the AddressOf operator is not accepting
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-09-19 11:39 -------
+First try at a fix (by just putting a rule to bypass the ME DOT) made
+it compilable, but the asp.net page would not come out, perhaps
+because mbas is currently VERY slow. I'm checking with Gonzalo the new
+error message. Anyway, dealing better with AddressOf expressions is
+really needed...