System.Configuration.Configuration.Save not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top