Possible Duplicate:
WPF Icon for all app windows
I have a wpf application, I want to set the icon for all the windows.
I have and ico file in my project folder /img/app.ico, but it is build action = Resource.
I change the application Icon and manifest to /img/app.ico, but it won't work.
An error is prompt when compiling:
The img/app.ico is not found.