Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PaulFreund opened this issue Jan 31, 2015 · 3 comments

Comments

@PaulFreund
Copy link
Owner

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
Copy link

abjagtap commented Feb 4, 2020

@PaulFreund found any solution?

@PaulFreund
Copy link
Owner Author

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

@kristianpinke
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants