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@farm228 settingstest]$ mono bin/Debug/settingstest.exe

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

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

before
Item: item0
after
Item: item0
Item: item1
[eric@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.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to