Random assembly references fail (“Are you missing a using directive or an assembly reference?”)

后端 未结 7 889
时光说笑
时光说笑 2020-12-15 16:52

My application has a mixture of 3.5 and 4.0-targeted assemblies. I\'m working on a new Windows service targeting 4.0 and the project suddenly seems unable to see some of th

7条回答
  •  自闭症患者
    2020-12-15 17:37

    Please also note it can happen if you change the namespace but you did not changed the Assembly name in the project properties.

提交回复
热议问题