Due to my lack of programming experience (3 months) I have been unable to recreate any found examples of the above question. The examples I have found relate to non WP7 Silverlight, camera based savin
I let the users take images in my app and save the images in the Isolated Storage. I also use HubTiles in my app but the HubTiles use a Uri in their Source property but it can\'t recognize the isostor
I Serialized Contact and Saved it in text file in The Isolated Store I want to Deserialize it back as Contact
I am having an issue where I am getting an IsolatedStorageException (\'Operation not permitted on IsolatedFileStorageStream\') every first time I run an app.Consequent times of running the app, it wor
Can I save Contacts in Isolated Storage in Windows phone 7 ? and How can I access it in c# ? and which is the best way to save it using li开发者_高级运维nq to sql or Files or Values ?No No No, you can
I\'m hitting a server and getting some data, am parsing this data and storing it in a Dictionary<TKey, TValue>.
I\'m trying to load xml data saved in the isolated storage, but I always get an error. I use the following code to load xml data saved in the isolated storage
I want to delete the files stored in Isolated Storage when the OOB app is removed. How can i delete 开发者_高级运维these files?
I have an object I want to store in the IsolatedStorageSettings, which I wan\'t to reuse when the application restarts.
I need to find the way to save images to the IsolatedStorage and show them I the Silverlight (XAML) Important:Silverlight have to take image “himself”, I cannot set the image from the code behind