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
Describe the bug
I'm trying to offer a button in my app to pin the app to the taskbar. The UWP Api for this is TaskbarManager.RequestPinCurrentAppAsync. This worked in UWP but in WinUI 3 with CsWinRT and .net 5. This fails with a System.Runtime.InteropServices.COMException, with message "Interface not registered (0x80040155)".
Expected behavior
Should work as in UWP, it should show a user confirmation dialog and pin the app to the taskbar on confirmation. If this fails it should return false.
Version Info
Windows App SDK 0.8.5
The text was updated successfully, but these errors were encountered:
@Marv51 this is currently not on the roadmap for Windows App SDK, but this issue/feature proposal has been opened so feel free to leave feedback: microsoft/WindowsAppSDK#1648
Describe the bug
I'm trying to offer a button in my app to pin the app to the taskbar. The UWP Api for this is
TaskbarManager.RequestPinCurrentAppAsync
. This worked in UWP but in WinUI 3 with CsWinRT and .net 5. This fails with a System.Runtime.InteropServices.COMException, with message "Interface not registered (0x80040155)".To Reproduce
Expected behavior
Should work as in UWP, it should show a user confirmation dialog and pin the app to the taskbar on confirmation. If this fails it should return false.
Version Info
Windows App SDK 0.8.5
The text was updated successfully, but these errors were encountered: