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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to