我引用IntelligenceSearch.Common.dll;
using IntelligenceSearch.Common.Entity;
编译前
IntelligenceSearch.Common.Entity.UrlinfoEntity obj = new UrlinfoEntity();
编译后

错误信息:Error 10 The type or namespace name 'UrlinfoEntity' does not exist in the namespace 'IntelligenceSearch.Common.Entity'
请问是什么问题啊 ?