I have a main project ( ProjectA) that contains a base class (xaml + code-behind).
Also, I have another project ( ProjectB) in link c ProjectA. In this last project, I inherit some user control created in ProjectA.
When starting the main application, I get the following error:
The component 'XXX' does not have a resource identified by the URI
'/My.Assembly;component/.../simplegridview.xaml'
Is there a better way to solve this problem?
source
share