[Mono-bugs] [Bug 361000] New: System.Configuration.ApplicationSettingsBase: Different behaviour between .NET and mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 12 03:48:27 EST 2008


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


           Summary: System.Configuration.ApplicationSettingsBase: Different
                    behaviour between .NET and mono
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86-64
        OS/Version: SLES 10
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: carsten.sponsel at astrum-it.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


In my application i'm using configuration settings of the users section by
deriving a Settings class from System.Configuration.ApplicationSettingsBase. A
new instance of this class is created on startup of my application. 

The user is able to change that configuration via a configuration dialog that
also creates a new instance of the Settings class and then uses it to save the
new configuration settings. The application's instance of the Settings class
seems not to be notified of the configuration settings change - i.e. on closing
my application the Settings class overwrites the user.config file with empty
values:

In .NET it works fine, in mono i have to pass the application's settings class
instance to the configuration dialog to get it working properly.

So mono seems to have problems with handling multiple instances of a Settings
class?


-- 
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.


More information about the mono-bugs mailing list