https://bugzilla.novell.com/show_bug.cgi?id=679543
https://bugzilla.novell.com/show_bug.cgi?id=679543#c0 Summary: Compile error "Expected 'End'" when setting variable values Classification: Mono Product: Mono: Compilers Version: 2.10.x Platform: x86-64 OS/Version: RHEL 5 Status: NEW Severity: Critical Priority: P5 - None Component: Basic AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 The following code gives a compile error "Compiler Error Message: VBNC90019: Expected 'End'. " for the line str = "Hello World" <% @Page Language="VB" %> <script runat="server"> Dim str as String str = "Hello World" </script> None of my scripts will run, they all give the same error when setting the value of a previously defined variable. Reproducible: Always Steps to Reproduce: 1. Write some ASP.net VB code that sets the value of a previously defined variable Actual Results: "Compiler Error Message: VBNC90019: Expected 'End'. " Expected Results: Run normally with no errors. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
