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

前端 未结 25 1112
名媛妹妹
名媛妹妹 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:52

    None of the solutions worked for me. I fixed it this way:

    • Remove the dll of the library from the References
    • Download the source code of the library (instead of just the dll file)
    • Build the library's project to get a new dll file
    • Add the new dll file to the References of the main project

提交回复
热议问题