How to unzip a file in IsolatedStorage in windows phone 8 app?
问题 Inside my app, I am trying to download about 180 small audio files all at once. I tried the BackgroundTransferService, but it does not seem stable with so many small files. So, now I am downloading a ZIP of all those audio and want extract them in "audio" folder. I tried the method in this thread: How to unzip files in Windows Phone 8 But I get this error: 'System.IO.IOException' occurred in mscorlib.ni.dll... in the following code. How can I overcome this issue? while (reader.ReadInt32() !=