Silverlight IsolatedStorage removed when application is shutdown?
问题 From what I can find, seems like the IsolatedStorage supposed to be permanent unless the user delete it manually. And the following thread says so too: Is Silverlight isolated storage treated as permanent, or as a cache? However seems like if I shut down my application and restart it (as I am debugging on debug mode - not sure if that makes a different), the data I stored earlier is gone. For example, just as pseudocode: onClick = let storage = IsolatedStorageSettings.ApplicationSettings let