[Mono-bugs] [Bug 63213][Nor] New - Handles clause doesn't get compiled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 08:46:52 -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 jwezel@compumaster.de.
http://bugzilla.ximian.com/show_bug.cgi?id=63213
--- shadow/63213 2004-08-17 08:46:52.000000000 -0400
+++ shadow/63213.tmp.1223 2004-08-17 08:46:52.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 63213
+Product: Mono: Compilers
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Basic
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jwezel@compumaster.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Handles clause doesn't get compiled
+
+Description of Problem:
+Handles clause doesn't get compiled
+
+Steps to reproduce the problem:
+
+This is my test page:
+<%@ PAge language="VB" %>
+<html>
+<body>
+<script language="vb" runat="server">
+
+sub MyInit (sender as object, e as eventargs) Handles MyBase.Init
+Response.write ("Inside of Page_Init")
+end sub
+
+</script>
+
+Hello world of VB!
+</body>
+</html>
+
+Actual Results:
+Error message: /tmp/83070.vb(44,3) : error BC29999: Parsing error
+
+
+Expected Results:
+Should compile
+
+How often does this happen?
+Always
+
+Additional Information: