pleas help I’m working in WinForms form app and I’m trying to send whatsapp messages to client.
I installed twilio api package in my project but when i’m trying to import twilio name space I can’t
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
pleas help me to know what to do
i’m using vs2015 asp.net and installed twilio v 5.8.3
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
Try installing the Twilio nuget package and this will be resolved.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0