for some reason everytime i restart the (in browser) silverlight application, isolated storage has no keys in it.
I\'m using IsolatedStorage for persisting objects, but from time to time I need to manually clean out files from this directory.
I\'m building a Windows Phone 7 application that uses isolated storage.The code works most of the time but I keep getting IsolatedStorageExceptions randomly:
The scenario I am facing is that I have an ASP.NET web service (.NET 3.5) running on an W2k3 server which is using the CacheManager/IsolatedStorage store to store a persisted state variable.This confi
My problem is The following: I have a windows application that stores a file on the current user\'s isolated storage, lets call this user Adam.
My issue is that I\'m saving a list of entities to the isolatedstorage so that the user can change them locally. If the user is online and modifies the changes have to be saved both locally and extern
I need to store ab开发者_运维问答out 20-30k or data on the client side when using a website. I was using a cookie, but this is to small for my needs.
I\'m deploying my WPF app with ClickOnce. When developing locally in Visual Studio, I store files in the isolated storage by calling IsolatedStorageFile.GetUserStoreForDomain(). This works just fine a
With this code I can have Silverlight ask the user if he wants to increase IsolatedStorage: private void Button_IncreaseIsolatedStorage_Click(object sender, RoutedEventArgs e)
I am using Silverlight 3 on my website. I have a Login Page for role based authentication, that routes users with different开发者_如何学Python privileges to different parts of the website. I want to u