Re: Does Properties.Settings.Default.Save() work under Linux

"Edward Ned Harvey (mono)" <[email protected]>
Newsgroups gmane.comp.gnome.mono.general
Message-ID <BN3PR0801MB1154E710958621F60F9CFCBDFAE90@BN3PR0801MB1154.namprd08.prod.outlook.com>
> From: [email protected] [mailto:mono-list-
> [email protected]] 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.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.