Silverlight with Visual Studio 2010 Isolated Storage Error

I get an error when trying to access isolated memory when starting the Silverlight unit test project in VS2010.

The Silverlight_Binary_Serialization_Tests.SerializationTests.SerializeBytesTest verification method throws an exception: System.IO.IsolatedStorage.IsolatedStorageException: The identifier of the calling application cannot be determined.

Here is the line where it does not work:

private readonly IsolatedStorageFile _store = IsolatedStorageFile.GetUserStoreForApplication ();

+3
source share
1 answer

, unit test , .

Silverlight? , .

0

Source: https://habr.com/ru/post/1742600/


All Articles