-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to get the URI of you IsolatedStore?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am building a C# .NET (VS2010) IE8 add-on application but am having some trouble saving data using IsolatedStorage.
No exceptions occur but, after writing the data, when I try to read the contents back it is blank, and I can find no evidence that it actually saved.
Could anyone point out any problems…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm storing a List with around 3,000 objects in Isolatedstorage using Xml serialize.
It takes too long to deserialize this and I was wondering if you have any recommendations to speed it up.
The time is tolerable to deserialize up to 500 objects, but takes forever to deserialize 3000.
Does it take…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What identifies an application and when can two applications share IsolatedStorage if at all, i.e.:
if I want to have two Silverlight applications share IsolatedStorage space, is this possible? What kind of "application id" do I need to give to do this?
if I don't want two Silverlight applications…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to get a list of all files in a given IsolatedStorage folder. There are sub folders off the root of the IsolatedStorage and these need to be included in the list.
The usual System.IO classes can't be used with IsolatedStorage.
>>> More