正如我在文档中看到的那样运行我的代码后var creds = new Nexmo.Api.Request.Credentials { ApiKey = "xxxxxx", ApiSecret = "xxxxxxxxx" }; //this var Im getting the error var results = SMS.Send(new SMS.SMSRequest { from = "CLient", to = "639xxxxxxx", text = "this is a test" }, creds);这是错误说的System.IO.FileNotFoundException:“无法加载文件或程序集“Microsoft.Extensions.Configuration.Abstractions,Version=1.1.2.0,Culture=neutral,PublicKeyToken=adb9793829ddae60”或其依赖项之一。该系统找不到指定的文件。'
1 回答
叮当猫咪
TA贡献1776条经验 获得超12个赞
有几件事可能会有所帮助。在文档中,检查“安装依赖项”部分并检查 Nexmo 客户端是否已安装正常。
我还建议查看完整的脚本并确保您有导入等 - 该错误消息可能表明缺少依赖项。以下是文档页面使用的可运行代码的链接:
- 1 回答
- 0 关注
- 120 浏览
添加回答
举报
0/150
提交
取消