Operation not permitted on IsolatedStorageFileStream. error

前端 未结 4 1606
说谎
说谎 2020-12-06 18:40

I have a problem with isolated storage.

This is my code:

List data = new List();

using (IsolatedStorageFile isoStore = 
           


        
4条回答
  •  时光取名叫无心
    2020-12-06 19:14

    In case of Silverlight it can also happen when the full path exceeds a certain character limit. I could not find any official reference for this, but as I have tested in on win10 and IE, it seems to be somewhere between 115 and 120 chars.

提交回复
热议问题