WPF designer issues : XDG0008 The name “NumericTextBoxConvertor” does not exist in the namespace “clr-namespace:PulserTester.Convertors”

后端 未结 10 1160
遇见更好的自我
遇见更好的自我 2021-02-19 01:13

I have an error that not let me see my designer.. but I have no error on a build and my program runs fine with no problem

I have tried to:

  • Clean and Rebuil
10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-19 02:02

    You can switch to another framework version then switch back to your version, in my case I'm using VS 16.4. I changed from framework 4.6.2 to 4.7.2 then switch back to 4.6.2.

    This simple action solve XDG0008 and XDG0012 in my project.

提交回复
热议问题