Hi,
I am writing a small library for my application and I am trying to add
section to my App.Config file using System.Configuration.Configuration and
then I call save but nothing happens.
I was wondering about what I should do.
I am using Framework 2.0 just in case someone was wondering.
Thanks for the help,
Ilya
Mary Chipman [MSFT] - 23 Apr 2006 00:42 GMT
Can you post a small sample with any error messages? Note that when
you save the app.config programmatically the changes get written to
the copy in the \bin directory (myapp.exe.config).
--Mary
>Hi,
>
[quoted text clipped - 9 lines]
>
>Ilya