[Mono-list] ApplicationSettingsBase acting different from Windows? P

efontana eric at fontanas.net
Fri May 25 12:32:31 UTC 2012


I've got this small test program, which is trying to use the
ApplicationSettingsBase to persist a list
of strings.

Code is here:  http://pastebin.com/GpcPhDz6 http://pastebin.com/GpcPhDz6 

The problem is it never adds more than 2 items?  On Windows, items keep
getting added?  

Running this on Linux (mono 2.10.8) shows this output:


[eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
after
Item: item0
[eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
Item: item0
after
Item: item0
Item: item1
[eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
Item: item0
after
Item: item0
Item: item1
[eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe

before
Item: item0
after
Item: item0
Item: item1


--
View this message in context: http://mono.1490590.n4.nabble.com/ApplicationSettingsBase-acting-different-from-Windows-P-tp4649540.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list