Chat icon indicating copy to clipboard operation
Chat copied to clipboard

The notification platform is unavailable. (Exception from HRESULT: 0x803E0105)

Open PaulFreund opened this issue 11 years ago • 3 comments

at Windows.UI.Notifications.BadgeUpdateManager.CreateBadgeUpdaterForApplication()
   at Backend.Common.Notifier..ctor(Runtime backend)
   at Backend.Runtime.Init()
   at Backend.Runtime..ctor()
   at Backend.Runtime.get_Instance()
   at Chat.App..ctor()

PaulFreund avatar Jan 31 '15 21:01 PaulFreund

@PaulFreund found any solution?

abjagtap avatar Feb 04 '20 12:02 abjagtap

@abjagtap sorry I don't maintain this project anymore and don't have enouth time to investigate

PaulFreund avatar Feb 07 '20 13:02 PaulFreund

Hey, I came through this because of the same error. However, I do not use your solution and I am experiencing this exception in another app.

@abjagtap Maybe it will guide you in the right direction (if not already solved) that this exception is related to the Toast Notification sub-system in Windows. There is a difference in creating toast notifications in the classic Win32 app and UWP (Modern) app. Here are some SO post: https://stackoverflow.com/questions/51374101/toast-notifications-in-win-forms-net-4-5 From there you can find the link for the official MS documentation where the above mention differences are described in detail.

kristianpinke avatar Oct 01 '20 21:10 kristianpinke