【问题标题】:Could not load file or assembly 'Microsoft.Data.Services.Client, Version=5.5.0.0无法加载文件或程序集“Microsoft.Data.Services.Client,版本=5.5.0.0
【发布时间】:2013-10-21 23:49:38
【问题描述】:

我刚刚在我的 VS 项目上安装了 WCF Data Services Server 5.5.0,一个使用控制台应用程序,一个使用 sharepoint viual webpart 项目。但是,当我在我的 SharePoint 页面中添加 Web 部件时出现错误,这是我得到的错误:

无法加载文件或程序集“Microsoft.Data.Services.Client, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或其依赖项之一。系统找不到指定的文件。

在 VS 中,我指向存储 dll 的正确目录,并且选项 Copy Local 为 true。有什么想法吗?

【问题讨论】:

    标签: wcf sharepoint visual-studio-2012


    【解决方案1】:

    我通过安装 WCF Data Services 5.6.0 解决了这个问题。 从here下载

    按照以下步骤操作:

    1) Close all instances of VS
    2) Install the exe
    3) Test your Service (Normally I would get the error above at this step)
    4) Close VS again and go to your exe and run it again
    5) this time click on **Repair** button and that should solve your issue
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-10-15
      • 2020-05-09
      • 2018-10-04
      • 2020-11-11
      • 2013-11-14
      • 2020-04-02
      • 2017-10-18
      相关资源
      最近更新 更多