the name <…> does not exist in the namespace clr-namespace <…>

前端 未结 25 1019
名媛妹妹
名媛妹妹 2020-11-28 04:59

I have a small WPF application which used to compile just fine but is not anymore. I can\'t really say at which point it stopped building. It just worked fine one day, and t

相关标签:
25条回答
  • 2020-11-28 05:56

    The Target Framework of the .dll file you adding should be the same as the Target Framework of your app.

    0 讨论(0)
提交回复
热议问题