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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78321 --- shadow/78321 2006-05-07 00:13:01.000000000 -0400 +++ shadow/78321.tmp.7619 2006-05-07 14:42:56.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 78321 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -24,6 +24,13 @@ named type(s). ------- Additional Comments From [EMAIL PROTECTED] 2006-05-07 00:13 ------- Created an attachment (id=16941) ObjectDataSourceView.cs.diff + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-07 14:42 ------- +The updated patch additionally fixes the GetObjectMethod method for +cases when the business logic layer type is a class with static +methods derived from a base class. The BindingFlags.FlattenHierarchy +makes the method go up the parent chain in search for the inherited +static methods not redeclared in the toplevel type. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
