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=78337 --- shadow/78337 2006-05-09 07:55:26.000000000 -0400 +++ shadow/78337.tmp.28389 2006-05-09 07:57:35.000000000 -0400 @@ -5,19 +5,19 @@ OS Details: Debian sid Status: NEW Resolution: Severity: Unknown Priority: Major Component: System -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: InvalidCastException when using System.Configuration.ConfigurationManager +Summary: [PATCH] InvalidCastException when using System.Configuration.ConfigurationManager When using objectXY test = System.Configuration.ConfigurationManager.GetSection("mysection"); i got a InvalidCastException. @@ -38,6 +38,15 @@ Note: attachment is a .zip file. ------- Additional Comments From [EMAIL PROTECTED] 2006-05-09 07:55 ------- Created an attachment (id=16970) proposed fix + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-09 07:57 ------- +The problem is that we do not really handle +IConfigurationSectionHandler in our configuration manager. This patch +fixes the problem, which required additional fix in +ConfigurationSettings.AppSettings. + +I need a bit more verification. After it is done the patch will go +into svn. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
