Click here to Skip to main content
15,911,531 members

Comments by Peltier Cooler (Top 4 by date)

Peltier Cooler 15-Jun-12 16:30pm View    
IDE tells me GetStore doesn't exist in System.IO.IsolatedStorage.IsolatedStorageFile.
Peltier Cooler 15-Jun-12 0:23am View    
Wes, apparently I have an excess of stupid, or MS' documentation is more impenetrable than usual. The "example of how to use the IsolatedStorage class" you referenced assumes I am creating the directories, sub-directories and the files. I want to read and display a set of images I provide. How does this help me?
Peltier Cooler 14-Jun-12 16:51pm View    
I tried substituting GetFileNames as shown here:

public string[] filenames = IsolatedStorageFile.GetFileNames("file:///C:/Users/unhappydeveloper/Documents/Visual Studio 2010/Projects/KanaFlash WP7/KanaFlash WP7/*.png");

I get a "Error 1 An object reference is required for the non-static field, method, or property 'System.IO.IsolatedStorage.IsolatedStorageFile.GetFileNames(string)' C:\Users\lcopley\documents\visual studio 2010\Projects\KanaFlash WP7\KanaFlash WP7\MainPage.xaml.cs 50 37 KanaFlash WP7
"

Sorry about the formatting; I'm new at this.
Peltier Cooler 13-Jun-12 13:34pm View    
Out of place? I'm not sure what you mean. Could you elaborate?