We know that Windows Phone 7 currently does not support access to external buckets. The data space that our applications can use includes the IsolatedStorage and the cloud. As developers, we can only imagine the storage of independent buckets. Today we recommend a resource manager that can directly view our IsolatedStorage on Windows Phone 7.
WP7 Isolated Storage Explorer is a visualization tool for WP7 developers and testers to interact with Isolated buckets. Project address: http://wp7explorer.codeplex.com/
Download the executable file for installation.
So how to use this tool in the project?
First, we need to add dll reference for this tool class
Then we need to add the following code when the application starts, In the Application_Launching event of App. xaml. cs.
Similarly, when the program is restored by Tombstone, we also need to reload the content of the isolated bucket.
Now the isolated bucket resource manager has been loaded into our application. How can we view the content in the isolated bucket?
Click the newly installed WP7 Isolated Storage Explorer in the Startup menu (of course, there will be a shortcut on the desktop. You can also click it)
After opening, we will find that there are no files in our isolated bucket. Yes, this application is just running.
After adding a file to the isolated bucket, we will find that the added txt file has already appeared in the isolated bucket Resource Manager:
Of course, you can right-click Isolated Storage File to directly add folders and files.