|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Where are use scoped settings stored?If I add a setting to my project in the settings designer and mark it as a
user setting, and then access and modify the setting via code, where is the updated setting stored so that it won't be used for other users? Is this a feature only for Windows apps? user's application settings in a user.config file are saved in the user's
desktop profile non-roaming settings, user.config file is located at %USERPROFILE%\Local Settings\Application Data\<Company Name>\<appdomainname>_<eid>_<hash>\<verison>\user.config. roaming user settings, user.config file is located at %USERPROFILE%\Application Data\<Company Name>\<appdomainname>_<eid>_<hash>\<verison>\user.config. values are stored to the file after calling My.Settings.Save or on shutdown of the app if save my settings on exit box is checked in the properties window of the application HTH Michel Show quoteHide quote "Scott M." <smar@nospam.nospam> schreef in bericht news:OVP7HjhLIHA.4476@TK2MSFTNGP06.phx.gbl... > If I add a setting to my project in the settings designer and mark it as a > user setting, and then access and modify the setting via code, where is > the updated setting stored so that it won't be used for other users? Is > this a feature only for Windows apps? > > Is this a feature only for Windows apps? AFAIKThe answer is yes Show quoteHide quote "Scott M." <smar@nospam.nospam> schreef in bericht news:OVP7HjhLIHA.4476@TK2MSFTNGP06.phx.gbl... > If I add a setting to my project in the settings designer and mark it as a > user setting, and then access and modify the setting via code, where is > the updated setting stored so that it won't be used for other users? Is > this a feature only for Windows apps? > Thanks Michel.
Show quoteHide quote "Michel Posseth [MCP]" <M***@posseth.com> wrote in message news:%23anDv8oLIHA.4196@TK2MSFTNGP04.phx.gbl... > >> Is this a feature only for Windows apps? > > AFAIK > > The answer is yes > > > > "Scott M." <smar@nospam.nospam> schreef in bericht > news:OVP7HjhLIHA.4476@TK2MSFTNGP06.phx.gbl... >> If I add a setting to my project in the settings designer and mark it as >> a user setting, and then access and modify the setting via code, where is >> the updated setting stored so that it won't be used for other users? Is >> this a feature only for Windows apps? >> > >
Advice Required - Vb or Not VB (or even .NET)
Multithreading dilemma Weird bug Creating a Web Service (Service, not Client) from WSDL Trouble with sendkey TAB Reurning Arrays Question about Application Layout Saving an image from a picturebox Please vote for rendering bug (loss of AlphaChannel) for ico-files! Server Explorer - VS 2005 |
|||||||||||||||||||||||