Bug 315809 (MONO63213) - Handles clause doesn't get compiled
Summary: Handles clause doesn't get compiled
Status: RESOLVED FIXED
Alias: MONO63213
Product: Mono: Compilers
Classification: Mono
Component: Basic (show other bugs)
Version: unspecified
Hardware: Other Red Hat 9.0
: P3 - Medium : Normal
Target Milestone: ---
Assignee: B Anirban
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-17 15:46 UTC by Jochen Wezel
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:50:24 UTC


---- Reported by jwezel@compumaster.de 2004-08-17 08:46:52 MST ----

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:



---- Additional Comments From banirban@novell.com 2004-08-17 10:38:03 MST ----

Fixed and committed