When attempting to debug an application the code line
using (IsolatedStorageFile scope isolatedStorageFile.GetUserStoreForApplication())
is returning the exception
System.IO.IsolatedStorage.IsolatedStorageException:
'Unable to determine application identity of the caller.'
The issue is that all other developers in our team can debug the code successfully. This would mean that there is nothing wrong with the code, but that the issue is on my machine.