Getting “Operation not permitted on IsolatedStorageFileStream” saving jpg
问题 What is wrong? I am getting this error "Operation not permitted on IsolatedStorageFileStream" in this line: using (IsolatedStorageFileStream fileStream = myIsolatedStorage.OpenFile("folder\\" + fileName, FileMode.Create)) First time runs ok, but not the second time. string nameFile= e.UserState.ToString(); Stream stream = e.Result; using (IsolatedStorageFile myIsolatedStorage = IsolatedStorageFile.GetUserStoreForApplication()) { if (!myIsolatedStorage.DirectoryExists("folder")) {