Best practice for troubleshooting a URI

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?

+5
source share
2 answers

I know this is not a solution to the problem. But I found that Clean and Build make the error go away ...

+2
source

VS 2013 , - , . . , , , . 5 URI. , VS, bin/obj , VS, .

0

All Articles