【发布时间】:2021-01-19 19:53:36
【问题描述】:
请帮助我在 WinForms 表单应用程序中工作,我正在尝试向客户端发送 whatsapp 消息。 我在我的项目中安装了 twilio api 包,但是当我尝试导入 twilio 命名空间时,我不能
using System;
using System.Collections.Generic;
using Twilio;// but i can import this name space
using Twilio.Rest.Api.V2010.Account;//I can't import this name space
using Twilio.Types;//I can't import this name space
请帮助我知道该怎么做 我正在使用 vs2015 asp.net 并安装了 twilio v 5.8.3
【问题讨论】:
-
你需要安装nuget包,你安装了吗?
-
thaaaaaanks 那是我的问题
-
我会将此作为答案发布,请点赞并标记为答案