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
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The operation completed successfully.)
---> System.ComponentModel.Win32Exception (0x80004005): The operation completed successfully.
at MS.Win32.UnsafeNativeMethods.GetDC(HandleRef hWnd)
at System.Windows.Window.WindowStartupTopLeftPointHelper.IdentifyScreenTopLeft()
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Window.Show()
at Percentage.App.Extensions.ApplicationExtensions.ActivateMainWindow(Application app)
at Percentage.App.App.b__35_0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of inner exception stack trace ---
OK
The text was updated successfully, but these errors were encountered:
Hi Team,
Thanks for developing this great tool. I got the below error for the past 2-3 days.
You Found An Error
Battery Percentage Icon version 2.1.7 has run into an error. You can help to fix this by:
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The operation completed successfully.)
---> System.ComponentModel.Win32Exception (0x80004005): The operation completed successfully.
at MS.Win32.UnsafeNativeMethods.GetDC(HandleRef hWnd)
at System.Windows.Window.WindowStartupTopLeftPointHelper.IdentifyScreenTopLeft()
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Window.Show()
at Percentage.App.Extensions.ApplicationExtensions.ActivateMainWindow(Application app)
at Percentage.App.App.b__35_0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of inner exception stack trace ---
OK
The text was updated successfully, but these errors were encountered: