我在 uwp 应用程序中使用 AppCenter 并使用它我在 app.xaml.cs 构造函数中有以下代码,只是在 initializecomponent()
之后代码(发生异常的地方)
AppCenter.Start("{appCenterSecret}", typeof(Analytics), typeof(Push), typeof(Crashes));
请注意,以前使用这行代码,应用程序运行良好多天,并且没有突然发生任何更改,导致此问题。
异常
{System.Runtime.InteropServices.COMException(0x80080005):服务器执行失败(来自HRESULT的异常:0x80080005(CO_E_SERVER_EXEC_FAILURE)) 在System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD) 在Windows.Networking.PushNotifications.PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync() 在Microsoft.AppCenter.Push.Push.CreatePushNotificationChannel(已创建Action`1) 在Microsoft.AppCenter.Push.Push.ApplyEnabledState(已启用布尔值) 在Microsoft.AppCenter.Push.Push.OnChannelGroupReady(IChannelGroup channelGroup,String appSecret) 在Microsoft.AppCenter.AppCenter.StartService(IAppCenterService服务) 在Microsoft.AppCenter.AppCenter.StartInstance(Type [] services) 在Microsoft.AppCenter.AppCenter.PlatformStart(String appSecret,Type [] services) 在Microsoft.AppCenter.AppCenter.Start(String appSecret,Type [] services) 在FluentVideoPlayer.App..ctor() 在FluentVideoPlayer.Program。<> c.b__0_0(ApplicationInitializationCallbackParams p)}
异常StackTrace
“在System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD)\ r \ n在Windows.Networking.PushNotifications.PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync()\ r \ n在Microsoft.AppCenter.Push.Push.CreatePushNotificationChannel(Action`1)在Microsoft.AppCenter的Microsoft.AppCenter.Push.Push.Push.OnChannelGroupReady(IChannelGroup channelGroup,String appSecret)\ r \ n的Microsoft.AppCenter.Push.Push.ApplyEnabledState(已启用布尔运算符)\ r \ n中\ r \ n已创建)\ r \ n。 AppCenter.StartService(IAppCenterService服务)\ r \ n在Microsoft.AppCenter.AppCenter.StartInstance(Type [] services)\ r \ n在Microsoft.AppCenter.AppCenter.PlatformStart(String appSecret,Type [] services)\ r \ n在Microsoft.AppCenter.AppCenter.Start(String appSecret,Type [] services)\ r \ n在FluentVideoPlayer.App..ctor()\ r \ n在FluentVideoPlayer.Program。<> c.b__0_0(ApplicationInitializationCallbackParams p) “
注意
之前我没有收到此错误,但是在更新到2017年15.7.2版本后我得到了它。如果我直接在没有visual studio的情况下运行它,我可以成功运行该应用程序。但是当我尝试调试时,我得到了这个例外。
min verson:创作者更新
目标版本:秋季创作者更新
我的操作系统版本:171672(内部人员建立快速响铃)