[Mono-bugs] [Bug 48067][Min] Changed - NotImplementedException is thrown in BeginInit method from DataSet

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Sep 2003 12:02:40 -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.14021	2003-09-07 12:02:40.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 48067
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mandrake 9.1
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Minor
 Component: System.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cmello@gmx.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -69,6 +69,11 @@
 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&)
+
+------- Additional Comments From cmello@gmx.net  2003-09-07 12:02 -------
+These methods are from the interface ISupportInitialize. I commented
+the throw statements in my local code and it seems to be working. This
+way I can move forward while this feature is not implemented.