|
-
December 3rd, 2012, 01:36 PM
#4
Re: Can I stop Visual Studio 2008 from overwriting my application configuration file?
Ok. I believe there is a basic misunderstanding for what the app.config file is used for. It's for read-only settings that are read during program startup.
If you need some other functionality (like r/w settings), you'll need to use something other than the default app.config mechanism.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|