[Mono-dev] AppSettings, embedding C

vavra at software602.cz vavra at software602.cz
Wed Mar 22 10:32:59 EST 2006


Hello,
 from C I call C# dll  with code:
System.Configuration.ConfigurationSettings.AppSettings["GroupwareRoot"];

on Windows I have own config file tdav.exe.config (for executable tdav.exe):
<configuration>
        <appSettings>
       <add key="GroupwareRoot" value="Groupware"/>
       </>
</>

How I tell C# dll to load this tdav.config?
I tried mono_config_parse("tdav.config") with/without fullpath, but no success ;-(

Jan


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060322/5e344fd4/attachment.html 


More information about the Mono-devel-list mailing list