I try to create IsolatedStorageFile
with the following code:
IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForApplication();
but I get the following exception:
IsolatedStoredException
"Unable to determine application identity of the caller."
What could be the possible reason of this?