[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 19:13:05 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/58542	2004-05-17 18:34:20.000000000 -0400
+++ shadow/58542.tmp.14532	2004-05-17 19:13:05.000000000 -0400
@@ -90,6 +90,16 @@
 -In the codebehind, there's no namespace (MONOTest?)
 -You use Global_BeginRequest instead of Application_BeginRequest.
 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-17 18:34 -------
 Fixed in CVS.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-05-17 19:13 -------
+Gonzalo, did you actually find the MONO bug.  I am sorry there was a 
+bug in my code as well.  Obviously Inherits="MONOTest.Global" should 
+have been Inherits="Global".  I had to write this test case from my 
+proprietary backend which I couldn't directly post to BugZilla.
+
+Note that the name of the delegate is irrelevant using Code Behind.
+
+So did you find an actualy bug in mono?