나는 다음과 같은 코드를 사용하여 격리 된 저장소에 파일을 만들려고하고 있어요에 CreateFile에 대한 IsolatedStorageFileStream에 허용되지하지만 같은 일을하는 동안 예외를 얻고있다.작동</p> <pre><code>IsolatedStorageFile storageFile = IsolatedStorageFile.GetUserStoreForApplication(); storageFile.CreateFile("Html\index.html"); </code></pre> <p>, 격리 된 저장소
System.IO.IsolatedStorage.IsolatedStorageException : 작동은 더 작업이이 작업을 별도로 수행하지 있습니다
IsolatedStorageFileStream
에 허용되지 않습니다.
먼저 'Html' 폴더를 만들었습니까? 또한,'index.html' 파일이 아직 존재하지 않습니까? –