You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: