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

后端 未结 10 1953
醉梦人生
醉梦人生 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:41

    I figured out what was wrong. Although visual studio showed this as the first error, there were indeed other errors with my coding which prevented the converters from being assembled. Thus, when VS went to find the assembly, it was not there.

提交回复
热议问题