Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Thanks for your answer. I dont understand why MSDN specifically uses IsolatedStorageSettings in the URL I posted originally. Either way, why wouldnt the variable be updated in this case? Commented Jan 13, 2014 at 14:51
  • I was going to suggest that you could call IsolatedStorageSettings.ApplicationSettings.Save() whenever you change the setting but I see you are doing that already. I'm not sure why the variable wouldn't be updated, but perhaps this is the type of corruption that MSDN is warning about. Commented Jan 13, 2014 at 15:13
  • Thanks. Could you please give me an example of how you would handle this using SQL table or file by mutex? Thanks! Commented Jan 13, 2014 at 16:20
  • Shawn, thanks a lot for that, not sure how I didnt find it when I searched, it clearly describes the issue Iam having.. Anyway, it looks a little beyond me, could you please explain how I could encorporate your solution in my code. Commented Jan 13, 2014 at 19:22