The 'clr-namespace' URI refers to a namespace that is not included in the assembly

后端 未结 10 1955
醉梦人生
醉梦人生 2020-12-02 18:32

I\'m trying to include in my XAML some classes which convert values. However, I\'m getting the following error when I compile:

Undefined CLR namespac

10条回答
  •  既然无缘
    2020-12-02 18:57

    I had the same error. But apparently, it was just because of the path of the solution that I was trying to build. My path/directory/folder name contains some spaces.

提交回复
热议问题