The component does not have a resource identified by the uri

后端 未结 20 969
悲哀的现实
悲哀的现实 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:46

    Quicker than closing all of Visual Studio is just to kill XDescProc.exe in your task manager.

    XDescProc is the designer. The moment the process is closed you'll see a Reload the designer link in visual studio. Click that and XDes will be started again and your 'no resource' error should be gone.

    Here's the link visual studio shows after you kill the designer process:

提交回复
热议问题