sharepoint - 为什么在我的项目中复制了 Microsoft.SharePoint.Search.dll?

标签 sharepoint visual-studio-2005

在处理涉及引用 Microsoft.SharePoint.dll 的 VS2005 项目时,构建该项目会导致 Microsoft.SharePoint.Search.dll 被复制到我的 bin 文件夹中。为什么是这样?好吧,也许这只是一个错误,但我想知道机制。

[编辑:复制本地绝对是关闭的——Microsoft.SharePoint.dll 不会被复制。 Microsoft.SharePoint.Search.dll 不在 GAC 中,但如果在 GAC 中也没关系。]

最佳答案

  • 它不在 GAC 中
  • 您引用的其中一个程序集正在使用它(我认为 Microsoft.Sharepoint.dll 引用了它)
  • 由于您不引用它,因此据我所知,您不能将本地副本设置为 FALSE
  • 我已经更改了我的构建/部署脚本以将其删除。
  • 关于sharepoint - 为什么在我的项目中复制了 Microsoft.SharePoint.Search.dll?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/198359/

    相关文章:

    c++ - 在 C++ 中计算一次后跨多个线程共享只读数据

    silverlight - 从 Silverlight 应用程序检索 Sharepoint 中的当前用户登录信息

    javascript - 使用 JavaScript 更改当前主机的链接

    sql - 查询结果的 SOAP 调用(SSRS、Sharepoint)

    c++ - 在 VS 2005 中构建 RAPI.h,打开包含文件失败

    c++ - 静态和动态绑定(bind)

    javascript - 我试图在单击图像时从 Sharepoint 列表中检索信息

    c# - Sharepoint动态caml查询问题?

    visual-studio - Visual Studio : Dataset and DataTable Visualizer not working in watch window

    visual-studio - 当 2008 可用时,是否有理由使用 Visual Studio 2005?