The tag 'XXX' does not exist in XML namespace 'clr-namespace:YYY'

前端 未结 10 997
渐次进展
渐次进展 2021-02-07 11:59

I have implemented a converter to convert Int32 to String to be able to binding a property to a textBox.

I implement this converter in the namespace MyApp.Converters and

10条回答
  •  抹茶落季
    2021-02-07 12:09

    I am exploring as to why this is happening, but if your converter is in the main assembly, removing the assembly= from your xmlns:converters tag should remove that build error.

提交回复
热议问题