The component does not have a resource identified by the uri

后端 未结 20 997
悲哀的现实
悲哀的现实 2020-12-01 07:33

I want to create a Generic DataGrid to use on all my Views/UserControls.

This is my structure:

Class Library called \"Core\":

20条回答
  •  Happy的楠姐
    2020-12-01 07:49

    I got this error after renaming a xaml file. Reversing the renaming solved the problem.

    Furthermore, I found that a reference to the xaml file name in App.xaml was not updated (the StartupUri), but renaming that to the current name didn't resolve the problem (but maybe it does for you). Basically, I can't rename the xaml file.

    Fyi, for me, the component 'complaining' in the error was SplitComboBox.

提交回复
热议问题