[Mono-bugs] [Bug 78114][Wis] New -
HttpApplicationFactory.AddHandler Fails on non EventHandler
based events.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 14 16:13:25 EDT 2006
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 met at uberstats.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78114
--- shadow/78114 2006-04-14 16:13:25.000000000 -0400
+++ shadow/78114.tmp.24025 2006-04-14 16:13:25.000000000 -0400
@@ -0,0 +1,55 @@
+Bug#: 78114
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: met at uberstats.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HttpApplicationFactory.AddHandler Fails on non EventHandler based events.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+HttpApplicationFactory.AddHandler Fails on non EventHandler based events.
+
+Steps to reproduce the problem:
+1. Follow the instructions found on this site:
+
+http://support.microsoft.com/kb/Q307996
+
+
+Actual Results:
+
+System.ArgumentException: parameters
+in <0x00165> System.Reflection.MonoMethod:Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[]
+parameters, System.Globalization.CultureInfo culture)
+in <0x0001a> System.Reflection.MethodBase:Invoke (System.Object obj,
+System.Object[] parameters)
+in <0x00059> System.Reflection.EventInfo:AddEventHandler (System.Object
+target, System.Delegate handler)
+in <0x000b1> System.Web.HttpApplicationFactory:AddHandler
+(System.Reflection.EventInfo evt, System.Object target,
+System.Web.HttpApplication app, System.Reflection.MethodInfo method)
+in <0x00284> System.Web.HttpApplicationFactory:AttachEvents
+(System.Web.HttpApplication app)
+in <0x00084> System.Web.HttpApplication:InitOnce (Boolean full_init)
+in <0x00016> System.Web.HttpApplication:Start (System.Object x)
+
+
+Expected Results:
+
+Anything but an exception.
+
+How often does this happen?
+
+Always
More information about the mono-bugs
mailing list