I am have some trouble specifying a custom icon in my WPF applicaion. I went to Properties/Application and down in resource I pointed towards where the icon is stored (Resources/MyIcon.ico). However when I run the app I get the default icon.
Has anyone else seen similar problems?