I have a new question about AppCenter and more generally UWP. In crash section, I receive a lot of errors named 'The RPC server is unavailable' in every functions of my app, here is an example :
System.Runtime.InteropServices
McgMarshal.ActivateInstance (String)
Windows.Storage.Pickers.FileOpenPicker
Windows.Storage.Pickers.FileOpenPicker..ctor() + 0x1c
MC_Addons_Manager.Pages.Navigation.PacksView
<Import_Button_Click>d__16.MoveNext ()
System.Runtime.ExceptionServices
ExceptionDispatchInfo.Throw ()
System.Runtime.CompilerServices.AsyncMethodBuilderCore
<>c.<ThrowAsync>b__7_0 (Object)
System
Action`1.Invoke (T)
System.Threading.WinRTSynchronizationContext
Invoker.InvokeCore ()
System.Runtime.InteropServices
McgMarshal.ThrowOnExternalCallFailed (Int32, RuntimeTypeHandle)
__Interop
ComCallHelpers.Call (__ComObject, RuntimeTypeHandle, Int32)
__Interop
ForwardComStubs.Stub_12[TThis] (__ComObject, Int32)
Microsoft.AppCenter.Utils
ApplicationLifecycleHelper.<ctor>b__17_1 (Object, UnhandledErrorDetectedEventArgs)
I'm sorry but I can't provide code example because this produces on every functions. I couldn't reproduce this issue too.
I will edit my post if I found any other informations, thank you very much in advance ! :)
question from:
https://stackoverflow.com/questions/65835707/the-rpc-server-is-unavailable-in-appcenter 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…