> 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
