Undefined CLR namespace

前端 未结 10 1139
萌比男神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:34

    Well, as far as I can see, that namespace simply doesn't exist ;-) In your ViewModel folder is no file. And without file, there is no namespace. Namespaces are not defined by folder structure but inside source files.

提交回复
热议问题