Undefined CLR namespace

前端 未结 10 1147
萌比男神i
萌比男神i 2020-12-18 23:18

I have the following:

\"Error!

The error says The \'clr-namespace\' URI refers to a na

10条回答
  •  爱一瞬间的悲伤
    2020-12-18 23:45

    I had the same error message given to me. But the underlying problem was different. I moved my MainWindow.xaml to a different folder, and I forgot to update my App.xaml StartupUri. I then updated my StartupUri in my App.xaml and the problem was fixed.

提交回复
热议问题