[Mono-bugs] [Bug 679543] Compile error "Expected 'End'" when setting variable values
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 14 19:03:15 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=679543
https://bugzilla.novell.com/show_bug.cgi?id=679543#c1
Rolf Bjarne Kvinge <rkvinge at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Rolf Bjarne Kvinge <rkvinge at novell.com> 2011-03-15 00:03:14 CET ---
You must put your code in a method like this:
<% @Page Language="VB" %>
<script runat="server">
Sub Method ()
Dim str as String
str = "Hello World"
End Sub
</script>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list