[Mono-list] Does Properties.Settings.Default.Save() work under Linux

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Mon Apr 27 10:24:30 UTC 2015


> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of ChrisD
> 
> I am having problems saving user settings under Linux. Everything works fine
> if I run under Windows.
> 
> On Linux, I copy the files appname.exe and appname-exe.config to appname
> directory and execute using

The first thing is, don't expect windows forms to be cross platform compatible. They're kinda sorta implemented in mono, but not good. The recommendation is to either design the business logic to be cross-platform, and then design the GUI separately for each platform (probably GTK# for linux), or use something that's intended to be cross-platform, such as Eto.Forms, or XWT.


More information about the Mono-list mailing list