[Mono-bugs] [Bug 58542][Blo] Changed - MONO Beta 1 Bug: fails using Global.asax and code behind.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 15:58:11 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58542

--- shadow/58542	2004-05-17 15:55:01.000000000 -0400
+++ shadow/58542.tmp.12470	2004-05-17 15:58:11.000000000 -0400
@@ -81,6 +81,12 @@
 start");
      }
 </script>
 
 So the inlined version worked but the Code Behind (my preference is not 
 working in MONO).
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-17 15:58 -------
+There are several errors here:
+-In the codebehind, there's no namespace (MONOTest?)
+-You use Global_BeginRequest instead of Application_BeginRequest.
+