Re: [Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-18 Thread blackdog
In regards to -- Additional Comments From Konstantin Triger 2006-10-18 05:22 ---The bug should be probably fixed by refactoring the #65131 and #66781 fixes for the System.Web.UI.WebControls/ObjectDataSourceView.cs.i checked out Revision: 66783 of monoand 66783 of mcs and rebuilt everything

Re: [Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-18 Thread Konstantin Triger
PROTECTED] Sent: Wednesday, October 18, 2006 4:21 PM To: mono-devel-list@lists.ximian.com; Konstantin Triger Subject: Re: [Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs In regards to -- Additional Comments From Konstantin Triger 2006-10-18 05

Re: [Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-17 Thread Gonzalo Paniagua Javier
On Mon, 2006-10-09 at 00:34 -0700, Konstantin Triger wrote: That's by documentation, quoting the msdn (ObjectDataSource.TypeName Property): To create an instance of the object that the ObjectDataSource control binds to, the control uses reflection to load the type that is identified by the

Re: [Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-17 Thread blackdog
Can I draw your attention to this bug too, which i think is relatedhttp://bugzilla.ximian.com/show_bug.cgi?id=79396thanksRitchie On 10/17/06, Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: On Mon, 2006-10-09 at 00:34 -0700, Konstantin Triger wrote: That's by documentation, quoting the msdn

Re: [Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs

2006-10-09 Thread Konstantin Triger
That's by documentation, quoting the msdn (ObjectDataSource.TypeName Property): To create an instance of the object that the ObjectDataSource control binds to, the control uses reflection to load the type that is identified by the type name at run time. Therefore, the value of the TypeName