[Mono-bugs] [Bug 78654][Maj] Changed - ApplicationSettingsBase
causes exceptions in user code due to not converting default
values to correct type.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 17 10:04:03 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 tilps.kilm at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78654
--- shadow/78654 2006-06-15 08:12:52.000000000 -0400
+++ shadow/78654.tmp.23597 2006-06-17 10:04:03.000000000 -0400
@@ -2,22 +2,22 @@
Product: Mono: Class Libraries
Version: 1.1
OS: Debian Woody
OS Details: Debian Sid
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: tilps.kilm at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Default values for non-string type attributes are not converted to the appropriate type for ApplicationSettingsBase.
+Summary: ApplicationSettingsBase causes exceptions in user code due to not converting default values to correct type.
Description of Problem:
ApplicationSettingsBase sets up the settings properties with default values
which are all strings regardless of the type of the property.
This causes programs to crash which have been ported from Microsoft
implementation of .Net as the autogenerated settings code blindly casts to
@@ -28,6 +28,9 @@
from string, which may or maynot be the optimal design.
------- Additional Comments From tilps.kilm at gmail.com 2006-06-15 08:12 -------
Created an attachment (id=17192)
Patch to fix this issue.
+
+------- Additional Comments From tilps.kilm at gmail.com 2006-06-17 10:04 -------
+Made the summary clearer.
More information about the mono-bugs
mailing list