Top "Isolatedstorage" questions

Isolated storage is a data storage mechanism for Windows applications that provides isolation and safety by defining standardized ways of associating code with saved data

local storage in IE9 fails when the website is accessed directly from the file system

Both statements window['localStorage'] and window.localStorage are undefined when accessing the url "file:///C:/index.html" Is localStorage off …

internet-explorer-9 local-storage isolatedstorage
Can I get a path for a IsolatedStorage file and read it from external applications?

I want to write a file where an external application can read it, but I want also some of the …

c# .net isolatedstorage
C# - Save object to JSON file

I'm writing a Windows Phone Silverlight app. I want to save an object to a JSON file. I've written the …

c# json silverlight windows-phone isolatedstorage
Operation not permitted on IsolatedStorageFileStream. error

I have a problem with isolated storage. This is my code: List<Notes> data = new List<Notes&…

c# silverlight windows-phone-7 windows-phone-8 isolatedstorage
Download, save( locally ) and display PDF from a link

I am developing Windows phone 8 application. In my application, i have to display PDF file in offline( without net connection ) …

c# pdf windows-phone-8 isolatedstorage pdf-viewer
Return a new instance rather than a null instance in generics

I have a class which pulls objects from Isolated Storage. If it cannot find the object in question it returns …

c# generics windows-phone-7 isolatedstorage
IsolatedStorageException: Unable to create the store directory

Hi I have to store some hidden information in Isolated space. For that I am using System.IO.Isolated class …

c# asp.net visual-studio isolatedstorage
Where is isolated storage from WP7 emulator located on PC?

When we use simulator and store files in isolated storage. Where is the file actually stored on computer? I mean …

c# windows-phone-7 isolatedstorage