I would suggest using strace to figure out what file its trying to open. If you can trace from that open() call up to a CLR stacktrace, you might be able to figure out what is going on.
On Tue, Apr 28, 2015 at 7:41 AM, ChrisD <[email protected]> wrote: > Interestingly I can make this work by removing the appname.exe.config file. > This does not solve the problem so I will need to dig deeper. A more > complex > user settings file only partially works when removing appname.exe.cofig. > > Chris > > > > ----- > Chris Down > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Does-Properties-Settings-Default-Save-work-under-Linux-tp4665828p4665838.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 >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
