J
Jonathan Wood
I've created a C# desktop application with settings that the application may
modify.
This works fine except for one small issue: When my application modifies
these settings while being run from the IDE, those changes are not visible
when my application runs outside the IDE.
Somehow my project config settings are stored in different placed depending
on how I run my app.
I don't quite understand where this information is being stored. Is there
any way to make all instances of my app use the same settings?
Thanks.
Jonathan
modify.
This works fine except for one small issue: When my application modifies
these settings while being run from the IDE, those changes are not visible
when my application runs outside the IDE.
Somehow my project config settings are stored in different placed depending
on how I run my app.
I don't quite understand where this information is being stored. Is there
any way to make all instances of my app use the same settings?
Thanks.
Jonathan