[Mono-bugs] [Bug 76817][Nor] New - [PATCH] DataSet.Site throws NotImplementedException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Nov 24 13:23:30 EST 2005


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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76817

--- shadow/76817	2005-11-24 13:23:30.000000000 -0500
+++ shadow/76817.tmp.4528	2005-11-24 13:23:30.000000000 -0500
@@ -0,0 +1,65 @@
+Bug#: 76817
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] DataSet.Site throws NotImplementedException
+
+During ASP.NET development I noticed the DataBinding
+is sometimes broken just because DataSet.Site throws NotImplementedException.
+
+The Site just gets queried for ITypeDescriptorFilterService,
+a designer interface. There is no reason to throw NIE.
+
+
+System.NotImplementedException: The requested feature is not implemented.
+in <0x0001d> System.Data.DataSet:get_Site ()
+in <0x00102> System.ComponentModel.ComponentInfo:GetProperties ()
+in <0x0000e> System.ComponentModel.Info:GetProperties (System.Attribute[]
+attributes)
+in <0x001d5> System.ComponentModel.TypeDescriptor:GetProperties
+(System.Object component, System.Attribute[] attributes, Boolean
+noCustomTypeDesc)
+in <0x00011> System.ComponentModel.TypeDescriptor:GetProperties
+(System.Object component, Boolean noCustomTypeDesc)
+in <0x0000c> System.ComponentModel.TypeDescriptor:GetProperties
+(System.Object component)
+in <0x00027> System.Web.UI.DataBinder:GetPropertyValue (System.Object
+container, System.String propName)
+in <0x002e5> System.Web.UI.DataBinder:GetIndexedPropertyValue
+(System.Object container, System.String expr)
+in <0x0009c> System.Web.UI.DataBinder:Eval (System.Object container,
+System.String expression)
+in <0x00044> ASP.PersonenControl_ascx:__BuildControl_tbTitel_DB_0
+(System.Object sender, System.EventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00117> System.Web.UI.Control:OnDataBinding (System.EventArgs e)
+in <0x00013> System.Web.UI.Control:DataBind ()
+in <0x00070> System.Web.UI.Control:DataBindChildren ()
+in <0x0001e> System.Web.UI.Control:DataBind ()
+in <0x00077> Foo.PersonTest:ddlPersonen_SelectedIndexChanged (System.Object
+sender, System.EventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00050> System.Web.UI.WebControls.ListControl:OnSelectedIndexChanged
+(System.EventArgs e)
+in <0x00013>
+System.Web.UI.WebControls.DropDownList:RaisePostDataChangedEvent ()
+in <0x0000a>
+System.Web.UI.WebControls.DropDownList:System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent
+()
+in <0x000e9> System.Web.UI.Page:RaiseChangedEvents ()
+in <0x001ab> System.Web.UI.Page:InternalProcessRequest ()
+in <0x000b8> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)


More information about the mono-bugs mailing list