在sharepoint 2010,当我同时引用这2个dll的时候,我反而同时失去了对这两个dll的引用?
using Microsoft.Office.Server.UserProfiles;
using Microsoft.Office.Server.Search.Query;
The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
我发现这2个dll甚至都不能放在一个项目里面,不然2个都不能用,这是怎么回事?