[Mono-bugs] [Bug 353553] New: Properties in custom configuration sections derived from System. Configuration.ConfigurationSection must be public unlike in CLR
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 13 22:24:33 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=353553
Summary: Properties in custom configuration sections derived from
System.Configuration.ConfigurationSection must be public
unlike in CLR
Product: Mono: Class Libraries
Version: 1.2.6
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Configuration
AssignedTo: toshok at novell.com
ReportedBy: rcook at opiumtrail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Development
Created an attachment (id=190380)
--> (https://bugzilla.novell.com/attachment.cgi?id=190380)
Repro sources
If one implements a custom configuration section by implementing a class
derived from System.Configuration.ConfigurationSection properties of the class
corresponding to properties in the configuration file must be declared public
when running under Mono. When running under the CLR they can be internal. This
issue is easy to work around but is an inconsistency between Mono and the CLR.
See attachment for repro information.
Perhaps there is an incorrect BindingFlags value being passed around somewhere?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list