I have a WP7 app that tracks a user's location. All is working fine, except I would like to write the locations to isolated storage on the position changed event of the GeoCoordinate watcher, and I keep getting the "Operation Not Permitted on IsolatedStorageFileStream" message. Can anyone help getting this to work?I have a WP7 app that tracks a user's location.