0

I've done this example http://msdn.microsoft.com/library/windowsphone/develop/hh202959(v=vs.105).aspx and it works partially. When I download a file and I stay in the download page it doesn't give any errors but if I go out from the page and then I return, the emulator crashes and give the error: IsolatedStorageException Operation not permitted. That is a Microsoft example and I can't find any solution. Thanks,

Mattia

1 Answers1

0

You can not have one stream read and another write at the same time.

The scenario only works when you have something already in the file, and you write to one stream and read the contents of the file at the same time.

Take look over here Operation not permitted on IsolatedStorageFileStream. error

Community
  • 1
  • 1
Kulasangar
  • 9,046
  • 5
  • 51
  • 82