我对存储在Windows 8.1的应用程序,但是当我尝试使用下一段代码新功能,我想添加到我的应用程序
var listingInfo = await CurrentApp.LoadListingInformationAsync();
我收到一个错误,我完全不知道这意味着什么。 我虽然没有赶上错误,我显示它在一个MessageDialog,然后我把打印屏幕。 这是错误:
We could not receive your donation due to an unexpected error:
System.Exception: Exception from HRESULT: 0x801900CC
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ArchMedia_Player.Services.Donations.<ListingInformationAsync> d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ArchMedia_Player.Services.Donations.<Donate>d__a.MoveNext()
有谁知道这意味着什么,我怎么能解决呢? 我还提到,这个工程完全确定:(使用CurrentApp 模拟器 )
var listingInfo = await CurrentAppSimulator.LoadListingInformationAsync();