Getting error while adding the new RestSharp update using nuGet.

随声附和 提交于 2019-12-11 22:06:35

问题


I am getting error in my windows service when I instantiate the TwilioRestClient.

It gives the following error:

Could not load file or assembly 'RestSharp, Version=104.3.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. 

I updated my references to the latest RestSharp, Twilio.Mvc and Twilio.Api from the Nuget and am getting the above error. How to fix this?


回答1:


Twilio evangelist here.

I just pushed a new Nuget package with an updated reference to RestSharp. I've also begun working on a new version that will remove the dependency on RestSharp to avoid this in the future.

Hope that helps.



来源:https://stackoverflow.com/questions/21344928/getting-error-while-adding-the-new-restsharp-update-using-nuget

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!