我正在尝试将单词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的支持,但没有得到回复。
非常感谢任何帮助我们进入我的解决方案。
答案 0 :(得分:1)
要添加 WordsApi .dll,您必须构建它们。这些步骤大致遵循我找到的指南 here
WordsAPI-csharp
解压到解决方案包文件夹(我使用的是 winrar)WordsAPI-csharp
文件夹compile.bat
...\WordsAPI-csharp\bin\ and add
Com.Wordsapi.Www.WordsAPI.dll` 和其他 .dll