I have following code to use IsolatedStorageFile:
IsolatedStorageFile iso = IsolatedStorageFile.GetUserStoreForApplication()
It is fine with IE, but when I run the app with FF, I got the error for this code:
Operation not permitted.
How to resolve it?