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

后端 未结 7 893
时光说笑
时光说笑 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:39

    Check the target platform of the new project and make sure it's not targeting .NET 4 Client Profile. If it is, change it to regular .NET 4

提交回复
热议问题