Properties.Settings.Default (application.exe.config) am I losing my mind?

  • Thread starter Thread starter DaBrain
  • Start date Start date
D

DaBrain

I have a program that uses settings. When I save my settings they are
saved:

Properties.Settings.Default.Save();

when I restart the application, my settings are present, the changes
are in fact saved. All is good!

However, When I go to the application Folder application.exe.config
and open the file, the file has my original design time settings for
everything. No Updates are there. None! But they must be written
somewhere because they are maintained.

I have searched my system for anything that resembles my assembly name
with hopes of finding it.

Where are they - What's Going on here?
 
I have a program that uses settings. When I save my settings they are
saved:

Properties.Settings.Default.Save();

when I restart the application, my settings are present, the changes
are in fact saved. All is good!

However, When I go to the application Folder application.exe.config
and open the file, the file has my original design time settings for
everything. No Updates are there. None! But they must be written
somewhere because they are maintained.

I have searched my system for anything that resembles my assembly name
with hopes of finding it.

Where are they - What's Going on here?



Dee Deee Deeee!

I figured it out.

.... Document and Settings....\User.Config

Sorry, i'm thinking that settings are the same as the Web.Config file.
This is what happens when a UNIX Guy Moves to ASP.NET then Moved to
Windows .NET Desktop Apps.
 

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