我有两个具有以下属性的项目:
projectA
target framework: .NET Framework 4 Client Profile
output type: Class library
projectB
target framework: .NET Framework 4 Client Profile
output type: Class library
projectA添加对projectB的引用,并且可以正常工作。
为了进行测试,我将projectB更改为以下属性:
projectB
target framework: .NET Framework 4.6.1
output type: Class library
然后我删除,然后再次分配引用。并重建所有项目。它编译没有任何错误。但是从代码中,它不再能够识别对projectB的任何引用,并显示“无法解析符号projectB”。
对此问题进行一些解释将很有帮助。