I created a webpage to make a phone call using Twilio.
please refer the link
When I execute, it displays following error,
Method not found: 'Void RestSharp.RestClient.set_BaseUrl(System.String)'.
I used same codes on that link.
please help me.
Thank you.
Twilio evangelist and maintainer of the C# library here.
RestSharp, which the Twilio library uses, just released a new version that introduced a breaking change. I'll be updating the C# library asap to fix this.
In the mean time you can work around this by first installing version 104.4 of RestSharp:
Install-Package RestSharp -Version 104.4
And then installing the Twilio helper library.
Hope that helps and sorry for the inconvenience.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With