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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top