我正在寻找在 Windows Phone 8 的存储中写入对象
一切正常,但是当我调用 Load 方法时:IsolatedStorageOperations.Load<Friend>("myXML.xml")
我总是得到错误:
Cannot implicitly convert type 'System.Threading.Tasks.Task
<'friendsbook.Lib.Friend'>' to 'friendsbook.Lib.Friend'
它也不适用于:
IsolatedStorageOperations.Load("myXML.xml")
但是调用Save方法是没有问题的!!!
有人可以帮我解决这个问题吗?
谢谢。