Featured post
How to know when isolated storage is being deleted in Silverlight? -
i have silverlight app uses isolatedstorage store info current session.
if user right clicks mouse , chooses silverlight , goes delete application storage, exception of type isolatedstorageexception when call isolatedstoragefile.getuserstoreforsite().
i don't want use try-catch block catch exception, want able call method successfully, or similar method 1 above.
is there way know (maybe event) when user deletes application storage? use silverlight 4.0.
thank !
they no events can use determine whether user has done action.
the best can use error handler , display message user, perhaps politely pointing out 1 possible cause might deletion of site storage.
according documentation unless user has disabled or set set quota 0 call should succeed wouldn't surprise if sl doesn't it.
- Get link
- X
- Other Apps
Comments
Post a Comment