我有一個Silverlight 4應用程序(plug ... http://audioorchard.com ... end plug)偶爾會在IsolatedStorageFileStream構造函數中拋出一個異常。從IsolatedStorageFileStream構造函數拋出的IsolatedStorage_Operation_ISFS錯誤是什麼意思?
System.IO.IsolatedStorage.IsolatedStorageException:[IsolatedStorage_Operation_ISFS]參數:調試資源字符串不可用。關鍵和論據常常提供足夠的信息來診斷問題。請參閱位於AudioOrchard.Client.Utility.DiskManager.CreateNewFile(String fileName,Boolean wasDiskSpaceRequested)處的System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String path,FileMode mode,FileAccess access,FileShare share,Int32 bufferSize,IsolatedStorageFile isf)處的http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.50524.0&File=mscorlib.dll&Key=IsolatedStorage_Operation_ISFS。 ...(在此輸入的不是SL運行時代碼)
堆棧跟蹤中的網址沒有提供任何幫助,也沒有提供谷歌搜索。我在哪裏可以瞭解有關IsolatedStorage_Operation_ISFS的更多信息以及導致它的原因?
是的,這似乎有點奇怪。看來堆棧跟蹤在這裏有點誤導。在代碼中,我實際上調用構造函數IsolatedStorageFileStream(String,FileMode,IsolatedStorageFile) – herbrandson 2010-07-30 06:23:13