Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
2k views

Where is .NET “Isolated Storage” stored?

Where would the physical files be?
4
votes
1answer
145 views

Is there a way to find out how much space in isolated storage you app is using on WP7?

I want to know how many kilobytes/megabytes of isolated storage my app is using on Windows Phone 7. Is there a simple way to find this out?
3
votes
1answer
56 views

Prevent Isolated storage deletion Silverlight 4 OOB

I have developed one OOB SL4 applicaton for a food chain, and it stores outlet bills locally in isolated storage, and these bills gets uploaded when Internet connection would be available. All is ...
3
votes
2answers
1k views

Problem opening JPEG from Isolated Storage on Windows Phone 7

Scenario App opens Checks to see if image for background exists in Isolated Storage If not, downloads from web, and saves it to Isolated Storage Loads the image from Isolated Storage and sets it as ...
3
votes
3answers
2k views

ClickOnce and IsolatedStorage

The Winform application is release with ClickOnce in our Intranet. We store personal preference for the GUI in the Isolated Storage. All works pretty fine :) The problem is when we have a new version ...
3
votes
6answers
1k views

What embedded database with Isolated Storage support can you recommend?

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 ...
2
votes
2answers
467 views

Operation not permitted on IsolatedStorageFileStream

I'm building this WP7 app that uses a video game API to get the statistics of someone's character (just to help learn silverlight). It grabs the players details from the web service and stores them on ...
2
votes
2answers
458 views

How To Get App Path and Read Text File Windows Phone 7

My Question is very simple...I hope. I want to get the path of app built in Windows Phone 7. How to Read TEXT File that is placed in BIN folder of the project. Regards; Zeeshan Ahmed Khan
2
votes
1answer
530 views

WP7: IsolatedStorage vs. WriteableBitmap

I have a scenario that I need some good solid advice on. The question is really about speed of WriteableBitmap vs. images in IsolatedStorage on the Windows Phone. I have an app that displays a ...
2
votes
1answer
316 views

silverlight isolated storage - not persisting across application restarts

for some reason everytime i restart the (in browser) silverlight application, isolated storage has no keys in it. i have even tried this with a vanilla template with the code below. things i have ...
2
votes
0answers
470 views

Using IsolatedStorage on a IIS server

I'am a bit confused about the use of Isolated Storage on a IIS server. I understand the goal of Isolated Storage : provides a safe place to store data with no worry about how and where is this place. ...
2
votes
1answer
791 views

How do I clear the isolated storage of another application?

Application1 uses Microsoft Enterprise Library Caching Application Block with IsolatedStorageBackingStore to cache data from a database accessed by Internet. The task is to create another Application2 ...
2
votes
2answers
1k views

Is it possible to reference a file stored in Isolated Storage by its URI?

Using this previous question as motivation, I would like to temporarily store images and videos in Isolated Storage. My application (written in WPF/C#) will allow a user to review these temporarily ...
1
vote
1answer
72 views

Out of memory exception in wp7

I want to make an application which captures images using the camera and stores it in the isolated storage of the phone.How ever, i am able to store 7 images in each run(i.e. each time the emulator is ...
1
vote
0answers
34 views

How do I remove my application's Isolated Storage files and data from within a MSI custom action?

I have a .NET 4.0 application that uses Isolated Storage to store user files for my application. This ends up using a folder structure like the following: ...
1
vote
1answer
118 views

Windows phone 7- Loading an existing Database into isolated storage

How do I load an existing database with lots of data in it, to isolated storage. I have read little of how to use database in phone 7 but they don't load any predefined data. Instead they create a ...
1
vote
1answer
873 views

Getting “Operation not permitted on IsolatedStorageFileStream.” Error

"Operation not permitted on IsolatedStorageFileStream." is pointing towards the line of codes: var fileStream = storage.OpenFile(item.FileName, FileMode.Open, FileAccess.Read) in the codes below: ...
1
vote
1answer
84 views

Not reading the text from the isolated storage that was saved

My codes doesn't read the text file. Apparent;y, when I want to read the file, they gave me a "File Not Found!" message box which it is in the if else loop, indicating that the code in the if loop ...
1
vote
1answer
255 views

retrieve the full list of text in isolated storage Windows Phone 7

I am trying to retrieve multiple images and text through data binding, but I only manage to retrieve only the first text in isolated storage(code below). Is it possible to retrieve multiple text ...
1
vote
2answers
297 views

Retrieving multiple image from isolated storage

I am saving image into isolated storage each image have a different imageFileName. But i am having problem to retrieve all the saved image in a listbox. Only managed to retrieve the latest image ...
1
vote
1answer
184 views

Retrieving multiple images from isolated storage in wp7

I am trying to retrieve multiple images from isolated storage using listbox but i am not sure why it just only retrieve the lastest image from isolated storage.Therefore hope anyone could help me make ...
1
vote
3answers
355 views

When should I load data from isolated storage for Windows Phone 7?

Microsoft's best practices state: If an application relies on data from isolated storage, you should not load this data in the Launching event handler or in the Activated event handler. Disk ...
1
vote
1answer
163 views

How to list, view & open files (NOT prgrammatically) in isolated storage?

I remember there being a "Isolated Storage Browser" utility, but can no longer find it. Is there really one? How can I list, view & open files (NOT prgrammatically) in isolated storage?
1
vote
2answers
147 views

Is caching infrequently changed data to speed client application load times an appropriate use of Isolated Storage?

I'm working on an enterprise application re-write using Silverlight. The project is still in its early stages of development, but there is a heavy initial data load on the application start as it ...
1
vote
2answers
161 views

How to correctly use temporary storage in Application

I'm in the need again to manage a temporary folder where parts of our application store documents, e.g. between printing and importing to a dms. Those files should be deleted on application shutdown ...
0
votes
2answers
38 views

windows phone 7 updating isolated storage

In windows phone 7, what is the protocol for updated an isolated storage text file? Say I have 10 words in a text file arranged at 1 per line. Now suppose, the user uses the application and a new word ...
0
votes
1answer
35 views

Queueing and Isolated Storage

I have a small application that queues some requests and pulls them off the stack. However, the application on the server servicing the queue may at any point fail and I need to be able to rebuild ...
0
votes
3answers
141 views

How to save and retrieve lists in PhoneApplicationService.Current.State?

I need to store and retrieve lists in PhoneApplicationService.Current.State[] but this is not a list of strings or integers: public class searchResults { public string title { get; ...
0
votes
2answers
96 views

Using session values on Windows Phone 7

I am developing a Windows Phone 7 silverlight application but, i can't use the session values to "navigate" between different pages on windows phone 7. I also used "Isolated Storage" but i couldn't ...
0
votes
2answers
97 views

Virtual emulator IsolateStorage in wp7

For debugging purpose, I would like to check what file has been saved while executing and I want to read that file. For example I do this code: IsolatedStorageFileStream stream1 = new ...
0
votes
0answers
41 views

Is Isolated Storage not a standard way of managing state on client in ASP.NET?

We are all aware of Application, Cache, Session, Context for server side state and query string, cookies, view state, control state, hidden fields for client side state ( view state and control state ...
0
votes
1answer
131 views

Deleting of files from isolated storage isn't working.

The directory have been mapped as indicated in the LoadFiles Method. However, the Delete code isn't able to delete the files from the directory in the isolated storage, even though it has already been ...
0
votes
0answers
82 views

Files are not able to be read from the isolated storage.

EDIT: After the file is checked, it was supposed to read the File with the existing FileName. However, it is unable to do so, displaying empty text boxes instead. Codes: private void ...
0
votes
4answers
176 views

How to retrieve files from the isolated storage

how do i allow this code to retrieve the files from a directory? For example, my directory name is "Folder Name": private ObservableCollection<FileItem> LoadFiles() { ...
0
votes
2answers
357 views

Isolated storage exception in windows phone 7

I am trying to do a setting page where the user can choose the number of question, song and passing rate from listpicker control.. Then the selected index of the question, song and passing rate will ...
0
votes
1answer
125 views

Serializing data by GameStateManagment on Windows phone

I am trying to serialize my game data. In case the user presses the Windows button, everything should be saved. I know that we should override the OnExiting event in the game class. but am using the ...
0
votes
1answer
182 views

media player launcher in windows phone 7

I am trying to insert a feature into my windows phone 7 application in the way that upon a click of a button it will lanuch something like the photo chooser task where the user can choose the images ...
0
votes
1answer
86 views

Retrieving file name of a specify folder in isolated storage windows phone 7

I am trying to retrieve all the file name under "ScheduleFolder" and place it into a listbox. How should i go about doing it? How to let it show into the scheduleListBox? IsolatedStorageFile ...
0
votes
3answers
142 views

Index of a array in C# windows phone 7

I am trying to get only the odd or only the even index of a array list. For example, my array list is 20. And i want to separate out the odd and the even index. Odd: 1,3,5,7,9,11,13,15,17,19 Even: ...
0
votes
3answers
62 views

Index out of range in wp7

I m trying to retrieve all the data in the isolated storage file. But i get a index out of range error. home^how^yo^ StreamReader readFile = new StreamReader(new ...
0
votes
4answers
213 views

Retrieving data from isolated storage windows phone 7

I am trying to retrieve all the data in my isolated storage alarm.txt. The format of the data saved inside is like this not^no^home^apple^hao^how^.... and so on. And then i will put the split data ...
0
votes
2answers
114 views

How to read individual lines of a text from the isolated storage?

How to read each individual inputted text on their respective text block? When i activate the reading codes, they read the 2 text in 1 text block. Saving Codes: private void OnSaveFile(string ...
0
votes
1answer
94 views

how to do a get and set method to allow reading of save files from different page

How do i get the FileName and FileText1 from the other page? The codes on the Viewing Text Page says that the FileName and FileText1 doesn't exist in the current context. This is the codes for the ...
0
votes
1answer
63 views

Have to re-run the application to show the saved files after it is being saved

This application does not show the saved files after it is being saved in the list of save files. It has to be re-run every time you've added a file. This is the source code for the application Does ...
0
votes
0answers
91 views

Editing or replacing specify words in text file of isolated storage windows phone 7

I am trying to edit or replace specify words/text stored in my text file of isolated storage. The text in the isolated file is in the format of "noteTitle^note^imagePath^apple^orange^ipear^...." and ...
0
votes
1answer
70 views

Passing value inside a for loop to outside of the for loop windows phone 7

I am trying to get the value of variable a that is inside the for loop. For my below code i tried to get the value out into variable h.. But the value of a become null.. Can anyone help me with ...
0
votes
1answer
187 views

Having a line break in listbox windows phone 7

Hi i am currently retrieving multiple images from isolated storage. When i retrieve the image in the listbox1 all the image are joined one after another is it possible to have a line break in between ...
0
votes
1answer
103 views

Saving multiple images to isolated storage

I was trying to save multiple images into isolated storage by using creating a imageFolder in isolated storage and storing all my images inside.But it have an error so please anyone could help me ...
0
votes
1answer
371 views

Saving multiple images into isolated storage with wp7

my codes are able to work for saving 1 image into the isolated storage in windows phone 7 but how to change it so that it able to save more than 1 images into the isolated storage.For now, whenever i ...
0
votes
2answers
192 views

saving WCF Data to isolated storage and reading it in WP7

how can i stored WCF Data or Odata to my WP7 isolated storage and also correctly read these objects later on.. thanks

1 2