WindowsAppCommunity / UWPCommunityApp

A UWP companion app for the UWP Community website
https://www.microsoft.com/store/apps/9PJW4588MKV0
13 stars 5 forks source link

Fix System.Exception: An async operation was not properly started. Only a single ContentDialog can be open at any time. in ComCallHelpers.Call (__ComObject, RuntimeTypeHandle, Int32, Void*) #131

Open yoshiask opened 3 years ago

yoshiask commented 3 years ago

Version 1.2.3.70(1.2.3.70)

Stacktrace

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32, Void*) + 0xbe;__Interop

UWPCommunity.NavigationManager.d__8.MoveNext() + 0x62;UWPCommunity.NavigationManager

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xb8;__Interop

__Interop.ForwardComStubs.Stub_16[TThis](ComObject, Int32) + 0x24;Interop

Reason

System.Exception: An async operation was not properly started.

Only a single ContentDialog can be open at any time.

Link to App Center