[Mono-bugs] [Bug 78337][Maj] Changed - [PATCH] InvalidCastException when using System.Configuration.ConfigurationManager

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 9 07:57:35 EDT 2006


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 atsushi at ximian.com.

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: mono-bugs at ximian.com                            
+AssignedTo: atsushi at ximian.com                            
 ReportedBy: dna at informatik.uni-kiel.de               
 QAContact: mono-bugs at ximian.com
 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 atsushi at ximian.com  2006-05-09 07:55 -------
 Created an attachment (id=16970)
 proposed fix
 
+
+------- Additional Comments From atsushi at ximian.com  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.


More information about the mono-bugs mailing list