Jat*_*iya 1 c# dependencies nopcommerce twilio restsharp
我正在使用MVC5应用程序并实现twilio rest api用于发送短信但我收到错误:
var twilio = new TwilioRestClient(AccountSid, AuthToken);
Run Code Online (Sandbox Code Playgroud)
我的restsharp dll版本是105.0.1,而且我有104.4.0的旧版本,我尝试了twilio最新版本和旧版本,但似乎得到了错误.
类型"system.missingMethodException而"的例外发生在Nop.Plugin.SMSProvider.nopSMS.dll但在用户代码中没有处理
附加信息:找不到方法:'Void RestSharp.RestClient.set_BaseUrl(System.String)'.
我该怎么办?