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:12:31.000000000 -0400 +++ shadow/78321.tmp.19754 2006-05-07 00:12:31.000000000 -0400 @@ -0,0 +1,24 @@ +Bug#: 78321 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [2.0] ObjectDataSource fails to find the specified type + +If the type specified in the TypeName/DataObjectTypeName properties is not +in the executing assembly ObjectDataSource will fail to find it. It is +using Type.GetType, so I'm not sure whether it's really a bug in +ObjectDataSource or Type.GetType, but even so I attach a patch that adds a +shorter version of LoadType from TemplateParser.cs that correctly finds the +named type(s). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
