The component does not have a resource identified by the uri

后端 未结 20 1019
悲哀的现实
悲哀的现实 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条回答
  •  青春惊慌失措
    2020-12-01 07:47

    Hi the way solve this problem was to rename the xaml usercontrol to all smallcaps on InitializeComponent()...

    enter image description here

    enter image description here

提交回复
热议问题