[Mono-bugs] [Bug 48067][Wis] New - NotImplementedException is thrown in BeginInit method from DataSet

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 1 Sep 2003 01:14:39 -0400 (EDT)


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 cmello@gmx.net.

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

--- shadow/48067	2003-09-01 01:14:39.000000000 -0400
+++ shadow/48067.tmp.23824	2003-09-01 01:14:39.000000000 -0400
@@ -0,0 +1,74 @@
+Bug#: 48067
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Mandrake 9.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cmello@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NotImplementedException is thrown in BeginInit method from DataSet
+
+When running my ASP.NET application made in Visual Studio, the following
+stack trace is shown.
+
+If the source code is needed, please contact me.
+
+System.NotImplementedException: The requested feature is not yet implemented
+in [0x00005] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Data/System.Data/DataSet.cs:633)
+00 System.Data.DataSet:BeginInit ()
+in <0x00091> 00 CodeReview.mainView:InitializeComponent ()
+in <0x0000a> 00 CodeReview.mainView:OnInit (System.EventArgs)
+in [0x000de] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI/Control.cs:795)
+00 System.Web.UI.Control:InitRecursive (System.Web.UI.Control)
+in [0x00015] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI/Page.cs:588)
+00 System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in [0x00106] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web/HttpServerUtility.cs:188)
+00 System.Web.HttpServerUtility:Execute (string,System.IO.TextWriter)
+in [0x00003] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web/HttpServerUtility.cs:141)
+00 System.Web.HttpServerUtility:Execute (string)
+in [0x00035] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web/HttpServerUtility.cs:296)
+00 System.Web.HttpServerUtility:Transfer (string,bool)
+in [0x00003] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web/HttpServerUtility.cs:278)
+00 System.Web.HttpServerUtility:Transfer (string)
+in <0x004b8> 00 CodeReview.WebForm1:btnLogin_Click (object,System.EventArgs)
+in <0x0005a> 01 System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+in [0x00030] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI.WebControls/Button.cs:140)
+00 System.Web.UI.WebControls.Button:OnClick (System.EventArgs)
+in [0x0001c] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI.WebControls/Button.cs:159)
+00
+System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
+(string)
+in [0x00002] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI/Page.cs:655)
+00 System.Web.UI.Page:RaisePostBackEvent
+(System.Web.UI.IPostBackEventHandler,string)
+in [0x00013] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI/Page.cs:621)
+00 System.Web.UI.Page:RaisePostBackEvents ()
+in [0x00064] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web.UI/Page.cs:602)
+00 System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in [0x00094] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web/HttpApplication.cs:404)
+00 .ExecuteHandlerState:Execute ()
+in [0x0000e] (at
+/home/cesar/code/cvsroot/mono/mcs/class/System.Web/System.Web/HttpApplication.cs:668)
+00 .StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)