In my WPF I set the application icon like below.
Project property -> Application tab -> Resources Icon and manifest
So I can see this icon on the wpf windows. but the icon of taskbar is default icon. How can I set it with application icon.
Application icon
Taskbar icon
My project is the packaged application of WPF app.
In Images folder of Windows Application Packaging App, there are several default images.
I replaced them with my custom images.
So that I could resolve the task bar icon problem.