[Mono-bugs] [Bug 78321][Nor] Changed - [2.0] ObjectDataSource fails
to find the specified type
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 7 00:13:01 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 grendello at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78321
--- shadow/78321 2006-05-07 00:12:31.000000000 -0400
+++ shadow/78321.tmp.19774 2006-05-07 00:13:01.000000000 -0400
@@ -19,6 +19,11 @@
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).
+
+------- Additional Comments From grendello at gmail.com 2006-05-07 00:13 -------
+Created an attachment (id=16941)
+ObjectDataSourceView.cs.diff
+
More information about the mono-bugs
mailing list