[Mono-bugs] [Bug 78321][Nor] New - [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:12:32 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.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: lluis at ximian.com                            
+ReportedBy: grendello at gmail.com               
+QAContact: mono-bugs at ximian.com
+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).


More information about the mono-bugs mailing list