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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76969 --- shadow/76969 2005-12-12 08:28:32.000000000 -0500 +++ shadow/76969.tmp.24973 2005-12-12 08:28:32.000000000 -0500 @@ -0,0 +1,91 @@ +Bug#: 76969 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Gentoo Linux (kernel 2.6.12-gentoo-r4) +Status: NEW +Resolution: +Severity: +Priority: Major +Component: Sys.Data.SqlClient +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: Bug in creating of System.Data.SqlClient.SqlConnection + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +In web project, I cannot create a new SqlConnection with connnection strin +as parameter, application crashes on NotImplemented exception. Here is +stacktrace: + +System.NotImplementedException: The requested feature is not implemented. +in [0x00402] System.Data.SqlClient.SqlConnection:SetProperties +(System.String name, System.String value) +in [0x0019a] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Data/System.Data.SqlClient/SqlConnection.cs:663) +System.Data.SqlClient.SqlConnection:SetConnectionString (System.String +connectionString) +in [0x00019] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Data/System.Data.SqlClient/SqlConnection.cs:157) +System.Data.SqlClient.SqlConnection:set_ConnectionString (System.String value) +in (wrapper remoting-invoke-with-check) +System.Data.SqlClient.SqlConnection:set_ConnectionString (string) +in [0x00023] (at +/home/samba/AQUASOFT/karel/working/projects/ProjectLog.NET/src/web/Data/DACL.cs:38) +PLogNet.Data.DACL:get_Connection () +in [0x000a6] (at +/home/samba/AQUASOFT/karel/working/projects/ProjectLog.NET/src/web/Data/SubjectsDACL.cs:183) +PLogNet.Data.SubjectsDACL:getApplications (IEnumerable projects) +in [0x0001a] (at +/home/samba/AQUASOFT/karel/working/projects/ProjectLog.NET/src/web/Controls/Menu/FilterMenu.ascx.cs:173) +PLogNet.Controls.Menu.FilterMenu:fillAppls () +in [0x00124] (at +/home/samba/AQUASOFT/karel/working/projects/ProjectLog.NET/src/web/Controls/Menu/FilterMenu.ascx.cs:75) +PLogNet.Controls.Menu.FilterMenu:ShowCurrentFilter () +in [0x00055] (at +/home/samba/AQUASOFT/karel/working/projects/ProjectLog.NET/src/web/Controls/Menu/FilterMenu.ascx.cs:53) +PLogNet.Controls.Menu.FilterMenu:Page_Load (System.Object sender, +System.EventArgs e) +in (wrapper delegate-invoke) +System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs) +in [0x00090] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Control.cs:826) +System.Web.UI.Control:OnLoad (System.EventArgs e) +in [0x0006a] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Control.cs:1141) +System.Web.UI.Control:LoadRecursive () +in [0x0009d] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Control.cs:1147) +System.Web.UI.Control:LoadRecursive () +in [0x0009d] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Control.cs:1147) +System.Web.UI.Control:LoadRecursive () +in [0x0009d] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Control.cs:1147) +System.Web.UI.Control:LoadRecursive () +in [0x000b7] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Page.cs:981) +System.Web.UI.Page:InternalProcessRequest () +in [0x00052] (at +/var/tmp/portage/mono-1.1.10/work/mono-1.1.10/mcs/class/System.Web/System.Web.UI/Page.cs:911) +System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context) + +Steps to reproduce the problem: +1. Try create SqlConnection with connection string as parameter +2. +3. + +Actual Results: +System throws NotImplemented exception. + +Expected Results: +SqlConnection is created correctly. + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
