Bugzilla – Bug 315809
Handles clause doesn't get compiled
Last modified: 2007-09-15 21:24:23 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