isolatedstorage
How do I download images (jpg) via a webclient and save to isolated storage on Windows Phone 7?
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[详细]
2023-04-12 11:52 分类:问答Using Isolated Storage Images in the HubTiles
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[详细]
2023-04-11 14:07 分类:问答I want to Deserialize stream as contact in windows phone 7 c#
I Serialized Contact and Saved it in text file in The Isolated Store I want to Deserialize it back as Contact[详细]
2023-04-10 12:22 分类:问答IsolatedStorageException on first cache access
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[详细]
2023-04-10 03:01 分类:问答save Contact in isolated storage in windows phone 7 c#
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[详细]
2023-04-09 22:23 分类:问答Storing a Dictionary<TKey, TValue> in isolated storage
I\'m hitting a server and getting some data, am parsing this data and storing it in a Dictionary<TKey, TValue>.[详细]
2023-04-08 12:48 分类:问答Loading Xml file from Isolated Storage - Windows Phone 7
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[详细]
2023-04-08 02:30 分类:问答I want to delete the files stored in Isolated Storage when the OOB app is removed
I want to delete the files stored in Isolated Storage when the OOB app is removed. How can i delete 开发者_高级运维these files?[详细]
2023-04-05 15:31 分类:问答Storing objects in IsolatedStorageSettings
I have an object I want to store in the IsolatedStorageSettings, which I wan\'t to reuse when the application restarts.[详细]
2023-04-05 00:11 分类:问答Windows Phone 7 Silverlight binding image from the IsolatedStorage
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[详细]
2023-04-04 17:27 分类:问答