仍然无法存储到IsolatedStorage

时间:2012-03-17 12:11:45

标签: c# windows-phone-7 isolatedstorage

  

可能重复:
  I'm not able to save to the isolated storage?

我的CurrentPlaceNowModel:http://pastebin.com/PmwkxhMXApp.ViewModel中的公共变量。

我的隔离存储函数如下所示:http://pastebin.com/72n7NGhi并已在另一个wp7应用程序中测试,以成功存储字符串并存储已定义的TestObject。

我已经检查了我的代码,并且我运行了save函数以多次保存CurrentPlaceNowModel:

IsolatedStorage.IsolatedStorage.SaveToStorage<CurrentPlaceNowModel>(App.ViewModel.CurrentPlaceNow, "currentplacenow");

我使用相同的字符串键。

但是我下次运行应用程序时仍然可以从隔离存储中获取任何内容。有什么问题,CurrentPlaceNowModel是不可序列化的还是什么?

0 个答案:

没有答案