I developed a stand alone WPF project with the ShinyBlue.xaml theme which works fine. Now I want to create a VSIX project to include some user controls from that project right in Visual Studio.
Problem
The VSIX project XAML shows the error above. Where poc:UCMAIN is a user control in the first project that works perfect!
Possible Solutions
Question
Why does VSIX project show the error above? How do I fix it?
Solution VSIX custom windows doesn't appear to reach into the other included Project's XAML resource directories. Even when the merged dictionary points to the theme.
I was using global styling with the targetType parameter and the basedOn parameter specifying a key I placed into the theme to "grab" that color for those buttons.