I've found that the reason of such error could be wrong resource dictionaries order in App.xaml. Always remember to put resource dictionaries declarations in App.xaml in order of use, so if you have two ResourceDictionaries
A and
B, and
A uses some resources from
B you must put it in App.xaml in following order:
B,
A.
thank you, exact solution
ReplyDeleteThis comment has been removed by the author.
ReplyDelete