WPF compile error "IDictionary must have a Key attribute"
- by the empirical programmer
I've created control styles I want to use among multiple xaml pages in my WPF app. To do this I created a Resources.xaml and added the styles there.
Then in my pages I add this code
<Grid.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary…