I have recently come across a problem downloading large amounts of data to isolated storage on a WP7 device, when significant amounts of free space are lost during download.
More specifically, I check the free space before downloading and it is, let's say, 1.8 GB; then I start downloading and when I get to about 1.1 GB I get a low disk space warning popup, and soon thereafter writing to disk fails with an IOException.
So something is taking up about 700 MB of space on my device (HTC Mozart 7). This value seems consistent through all my tests.
Also, IsolatedStorageFile.GetUserStoreForApplication().AvailableFreeSpace returns close to zero after the IOException is raised, so it's clearly the case of storage being full.
Any additional information/tips would be appreciated.
Thanks!