How does one attach an existing icon, sample.ico, to WPF? I tried placing sample.ico into the same subdir as the .xlam files, then adding <Window Icon="sample.ico"> to MainWindow.xaml => "XlamParseException occurred".
cte677