Search code examples
.netvisual-studiomonoapplication-settings

How can I use Application Settings in a mono project?


I'm trying to port an application to Mono, however Mono doesn't support "Application Settings". I don't and won't use Mono Develop, the development is done with Visual Studio.

Is there any quick way to solve this? Or should I implement my own settings replacement class?

If it matters this is a VB.NET application.


Solution

  • Can you elaborate on "Application Settings"? Are you trying to use an app.config file? Or maybe the settings tab of the project file?

    Mono should support both of those.

    Perhaps you could also elaborate on "doesn't support". Are you getting an error message? If so, what is the message?