从silverlight应用程序创建文件时获取错误:IsolatedStorage_Operation_ISFS

时间:2015-09-24 08:12:11

标签: c# silverlight

我在尝试在MAC机器中的独立存储中创建Zip文件时收到IsolatedStorage_Operation_ISFS异常。虽然这在windows中运行良好。请提出任何解决方案。

This is the error -System.IO.IsolatedStorage.IsolatedStorageException: [IsolatedStorage_Operation_ISFS]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.40728.00&File=mscorlib.dll&Key=IsolatedStorage_Operation_ISFS
   at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, IsolatedStorageFile isf)
   at Salient.SharpZipLib.Zip.IsolatedFastZip.ProcessFile(Object sender, ScanEventArgs e)
   at Salient.SharpZipLib.Core.IsolatedFileSystemScanner.OnProcessFile(String file)
   at Salient.SharpZipLib.Core.IsolatedFileSystemScanner.ScanDir(String directory, Boolean recurse)
   at Salient.SharpZipLib.Core.IsolatedFileSystemScanner.ScanDir(String directory, Boolean recurse)
   at Salient.SharpZipLib.Core.IsolatedFileSystemScanner.Scan(String directory, Boolean recurse)
   at Salient.SharpZipLib.Zip.IsolatedFastZip.CreateZip(Stream outputStream, String sourceDirectory, Boolean recurse, String fileFilter, String directoryFilter)
   at MediaTime.OfficeOpenHelper.SinglePlanExcelHelper.CreateZip(String zipFileName, String sourceDirectory, Boolean recurse, String fileFilter)

0 个答案:

没有答案