Silverlight with Visual Studio 2010 Isolated Storage Error
Posted
by Greg Finzer
on Stack Overflow
See other posts from Stack Overflow
or by Greg Finzer
Published on 2010-04-24T18:10:35Z
Indexed on
2010/04/24
18:13 UTC
Read the original article
Hit count: 554
Silverlight
|visual-studio-2010
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();
© Stack Overflow or respective owner