I am using Visual C# built in feature Settings to save some of my program’s options.
It looks like it is using a xml file to save my values, I can save and load settings easily, my question is if I compile the source to an application, where does it hold these values? Does it make a xml filesomewhere, if it does, then where?
I compiled a program and changed some settings, then I transferred this executable to my mom’s computer but it had default values in options. When I made changes with application in her computer, it saved everything well and it remembers those values.
Where does the program create this xml file to get settings?
I am using Visual C# built in feature Settings to save some of my
Share
The question has been asnwered here
The user.config file is created in the
<c:\Documents and Settings>\<username>\[Local Settings\]Application Data\<companyname>\<appdomainname>_<eid>_<hash>\<verison>folder. Where: