[Mono-dev] System.Configuration not implemented problem

Robert Jordan robertj at gmx.net
Sun Jun 6 18:12:49 EDT 2010


On 06.06.2010 22:44, Paul wrote:
> Hi,
>
>>> While it compiles fine, it fails to run with a NotImplemented error. Is
>>> there a way around this problem?
>>
>> Please explain what you're trying to achieve because the framework
>> is providing several options of handling config files. Most of
>> them are working under Mono.
>
> Pretty much a very simple configuration system that stores scores, times
> for things (such as tests), position of files and stuff like that.

Have a look at "Application Settings" on MSDN:

http://msdn.microsoft.com/en-us/library/a65txexh%28VS.80%29.aspx

and at the attached sample that persists the location of a
form using the "MainFormSettings" class.

Note that the "Application Settings" stuff is pretty opaque.
This means that it's stored "somewhere" on user's system
and that the application has no chance to know where these
files are stored. It's just a convenient way of persisting
stuff w/out having to bother where.

Robert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: appsettings.zip
Type: application/zip
Size: 1004 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100607/463ba27e/attachment.zip 


More information about the Mono-devel-list mailing list