PaulFreund / Chat

Chat - A Windows 8 XMPP Messenger
MIT License
39 stars 26 forks source link

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

Open PaulFreund opened 9 years ago

PaulFreund commented 9 years ago
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()
abjagtap commented 4 years ago

@PaulFreund found any solution?

PaulFreund commented 4 years ago

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

kristianpinke commented 3 years ago

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.