|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
System.Configuration.Configuration.Save not workingHi,
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 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 On Tue, 18 Apr 2006 21:53:02 -0700, ilya <i***@discussions.microsoft.com> wrote: Show quote >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 |
|||||||||||||||||||||||