https://bugzilla.novell.com/show_bug.cgi?id=399364

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=399364#c1


Zoltan Varga <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]>  2008-07-08 15:51:20 MDT 
---
I think the problem is in Configuration:GetSectionInstance ():

                        ConfigurationSection parentSection = null;
                        if (parent != null) {
                                parentSection = parent.GetSectionInstance
(config, true);
                                sec.SectionInformation.SetParentSection
(parentSection);
                        }

we call our parent's GetSectionInstance, which will create another instance,
then call our parent's parent etc.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to