将wordsAPI库添加到解决方案中

时间:2017-09-09 19:38:57

标签: c# visual-studio

我正在尝试将单词API添加到我的解决方案中。以下是他们在网站上提供的说明: WordsAPI REST API documentation

使用您喜欢的IDE打开或创建C#应用程序 的完成

将文件夹WordsAPI-csharp添加到项目的“lib”文件夹我没有“lib”文件夹

将System.Web和WordsAPI-csharp / bin / Newtonsoft.Json.dll添加到项目的“References”我在using语句中使用了Newtonsoft.Json.dll。这是我实际进入我的解决方案的唯一方法

他们说这就是使用陈述应该是什么

使用System.Web;

使用System.Collections.Generic;

使用Com.Wordsapi.Www.WordsAPI.Api;

使用Com.Wordsapi.Www.WordsAPI.Model;

由于某种原因,我无法使用statemtents添加Com.Wordsapi ...无论我把文件夹放在哪里

我已经尝试将它放在解决方案文件夹中,解决方案本身就是项目和解决方案级别。我也尝试过把它放在debug,bin ......你的名字。 Visual Studio 2015看不到它。我已经尝试过联系对api的支持,但没有得到回复。

非常感谢任何帮助我们进入我的解决方案。

1 个答案:

答案 0 :(得分:1)

要添加 WordsApi .dll,您必须构建它们。这些步骤大致遵循我找到的指南 here

  1. 将 wget 链接 (currently this) 粘贴到浏览器中并下载
  2. WordsAPI-csharp 解压到解决方案包文件夹(我使用的是 winrar)
  3. 打开命令提示符并导航到 WordsAPI-csharp 文件夹
  4. 运行compile.bat
  5. 返回 Visual Studio 右键单击​​项目中的引用并选择“添加引用...”
  6. 选择左窗格底部的浏览,然后单击底部的浏览...
  7. 如果您遇到 NuGet 的依赖问题,请导航到 ...\WordsAPI-csharp\bin\ and add Com.Wordsapi.Www.WordsAPI.dll` 和其他 .dll