The component does not have a resource identified by the uri

后端 未结 20 975
悲哀的现实
悲哀的现实 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 08:02

    I had accidently deleted a user control via a rename/copy action. When I reinstated the project file and the xaml file and .cs from version control this error started happening in the design studio for that control which had mistakenly been deleted/renamed.

    That suggested some type of cache on the file in question....so closing Visual Studio, deleting the bin directory and rebuilding worked.

提交回复
热议问题