digioz Posted June 1, 2008 Posted June 1, 2008 In VS 2005, when you create a User setting under Project Properties > Settings: [ATTACH]5622._xfImport[/ATTACH] Which creates an entry in the App.Config: [ATTACH]5623._xfImport[/ATTACH] Now when the application overwrites the value of each of these keys, it doesn't write the value back to the app.config (because it needs to keep track the value for each user of the application seperately). I am guessing that it stores it in the registry somewhere, but a registry search didn't yield a result, which makes me think maybe its encrypted. Does anyone know where in the registry these values are stored? Thanks, Pete Quote
Administrators PlausiblyDamp Posted June 2, 2008 Administrators Posted June 2, 2008 The values are stored in a per user config - these are kept as part of the user profile. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.