ControlTemplate Exception: "XamlParseException: Cannot find a Resource with the Name/Key"
- by akaphenom
If I move the application resources to a UserControl resources everythgin runs groovy. I still don't understand why.
I noticed that my application object MyApp did more than inherit from Application it loaded an XAML for the main template and connected all the plumbing. So I decided to create a user control to remove the template from the…