问题 In Windows Store Apps, C++(C# is similar though), doing something like IAsyncAction^ Action = CurrentAppSimulator::ReloadSimulatorAsync(proxyFile); create_task( Action ).then([this]() { }.wait(); results in an unhandled exception. Usually it's Microsoft C++ exception: Concurrency::invalid_operation at memory location 0x0531eb58 And I kind of need for that action to finish to get my In App Purchase information before trying to use it. The weird thing here is that anything else besides