Bogus WPF / XAML errors in Visual Studio 2010
- by epalm
There are bogus errors hanging around, but at runtime everything works.
Right now, I'm getting Cannot locate resource 'img/icons/silk/arrow_refresh.png'.
I've got a simple UserControl called ImageButton (doesn't everyone?):
<UserControl x:Class="WinDispatchClientWpf.src.controls.ImageButton"
…