isolatedstorage Questions
3
Solved
I am new to WP7.
I followed this tutorial to read and write a xml file but when i read the xml file it only shows me the top row of xml file.I don't know how to check weather the xml file is writte...
Soccer asked 24/3, 2012 at 10:7
1
Solved
I am trying to see if I can port a .NET 4 project (specifically, Cassette) to 3.5.
I finished the entire main project but now I'm on the last error and I can't seem to figure out a workaround.
Ca...
Nacelle asked 7/2, 2012 at 17:13
1
Solved
My library is using isolated storage but only does so on demand. So I'm using Lazy<T>.
However, this throws:
System.IO.IsolatedStorage.IsolatedStorageException "Unable to determine grant...
Dragoman asked 2/2, 2012 at 14:12
1
Solved
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 ...
Inamorato asked 13/9, 2011 at 10:48
2
I was reading about the System.IO.IsolatedStorage namespace in .NET and found that I can use it to store a file to a location unique for my assembly or executable. For example, the following code:
...
Inelastic asked 19/8, 2011 at 2:28
1
Solved
I'm getting this exception on 50% of WinXP SP3 machines. I know about 260 characters path length limit, but what can be done?
I'm already naming files to only 2 characters, without any subdirector...
Amabil asked 15/8, 2011 at 7:45
5
Solved
When we use simulator and store files in isolated storage. Where is the file actually stored on computer? I mean the path.
Glamorous asked 1/3, 2011 at 10:27
2
Solved
I have lots of images stored in isolated storage and want to display them in a listbox. However, I don't want all images to be loaded right away but lazily. So only when the user scrolls to see new...
Sang asked 29/5, 2011 at 21:48
2
Solved
This page about storage quotas says to use the mscorcfg tool. BUT the mscorcfg page says the tool is only for older versions of .NET
So... what's the .NET 4 way of setting this value for desktop (...
Procora asked 18/5, 2011 at 14:51
1
Solved
I'm having a big problem using WP7 isolated storage and applicationsettings.
I have been using code from Adam Nathan's 101 Windows Phone 7 apps volume 1 as a basis.
I have a settings page where va...
Tryptophan asked 20/5, 2011 at 0:57
3
Solved
First, I know about Clog, and I do not want to implement this piece. The reason? We can't maintain severeal logging 'frameworks'.
So to my question:
Is it possible to implement log4net in a Silve...
Forelimb asked 3/3, 2010 at 8:1
2
Solved
my application uses the standard app.config to store the public configuration data. However, there are still some other data which are not public, but they still must be accessible all the time, pe...
Proximo asked 8/3, 2011 at 14:50
2
Solved
My application is something similar to a Contact Manager. Let's say a user can enter contacts with their addresses. I have the code and technology to save my contacts to a file. But where do I save...
Chap asked 10/1, 2011 at 18:42
3
Has anyone written an event log that uses Isolated Storage in Silverlight 3?
Any suggestions on implementing one?
Specific questions:
Should I keep a stream writer open, or should I open,write, ...
Callao asked 16/10, 2009 at 17:9
1
I am building an IE Addon or Extension using C#. I have created an Access Database MDB file which will be in the Program files. Now at runtime I need to copy this MDB file to Isolated Storage so th...
Claret asked 6/1, 2011 at 7:56
2
Solved
I am trying to do a simple test with Isolated Storage so I can use it for a Windows Phone 7 application I am making.
The test I am creating sets a creates a key and value with one button, and with...
Castaneda asked 29/12, 2010 at 0:41
3
Solved
I have two apps that both log in to the same system but they have separate functions and may not both be installed at the same time. I can sign the two apps with the same signature no problem, even...
Sunken asked 30/11, 2010 at 16:39
2
Solved
Hey.
I have a list of items that the user can search. The search results are displayed in a listbox. Each animal object has a path to an image in Isolated Storage. What's the quickest way to bind ...
Preciosa asked 6/11, 2010 at 17:13
1
I use the NLog Libary (http://nlog-project.org/) within my C# Win Forms to do the logging.
Has anyone some experiance if it's possible to write the Logfile into an "IsolatedStorage" with this NLogg...
Akkadian asked 26/10, 2010 at 15:55
1
Solved
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...
Gunpowder asked 17/5, 2010 at 11:24
2
Solved
What identifies an silverlight application and when can two silverlight applications share IsolatedStorage if at all, i.e.:
if I want to have two Silverlight applications share IsolatedStorage sp...
Fillin asked 14/4, 2010 at 13:8
1
Solved
What happens to the files created by Isolated Storage when the OOB app is removed? Do they remain or are the files also deleted? From what I can deduct the files would be maintained so they can be ...
Sure asked 19/3, 2010 at 18:10
5
Solved
I'm looking for embedded database engine supporting isolating storage. Currently I'm aware of VistaDB. What else you can recommend?
Requirements are pretty simple:
xcopy deployment
support for ...
Kaule asked 20/9, 2008 at 14:59
2
Solved
How persistent is isolated storage - does Silverlight treat it like a cache, deleting items when it needs more space, or only when the user or application request it?
There also seems to be a wide...
Lade asked 17/7, 2009 at 15:32
1
Solved
I have a .Net 2.0 C# application that occasionally gets updated and the Assembly Version and File Version are incremented. This is all working fine, but it also breaks storing xml settings files in...
Hedgcock asked 23/2, 2009 at 1:3
© 2022 - 2024 — McMap. All rights reserved.