I am getting an error when trying to access isolated storage when running a Silverlight unit test project in VS2010.
Test method Silverlight_Binary_Serialization_Tests.SerializationTests.SerializeBytesTest threw exception: System.IO.IsolatedStorage.IsolatedStorageException: Unable to determine application identity of the caller.
Here is the line it is failing on:
private readonly IsolatedStorageFile _store = IsolatedStorageFile.GetUserStoreForApplication();