I\'m working on an Windows Phone 7 app where I\'m going to show ATM\'s nere your location with bing maps.
I have an xml-file with addresses and gps coordinates. But
The "Mango" SDK ships with the ISETool that can take and restore snapshots of an application's isolated storage to/from a local directory:
# Copy data from IS to directory
ISETool.exe ts xd "C:\TempDirectory\IsolatedStore"
# Copy data from IS to directory
ISETool.exe rs xd "C:\TempDirectory\IsolatedStore"
If you don't want to overwrite the entire IS, the tool supports an option (device-folder) for specifying a sub-directory to backup/restore.