Visual Studio 2013 - NuGet loads Restsharp 105.0 with Twilio library. Twilio is dependent on 104.4 -
What's a new twilio package? I have just signed up for your service and I'm getting an exception due to dependence on Sprap V104.4. Restsharp v105.0 with the Nuget Installation Tweeio Library.
An error occurs when I suppress this line:
var twilio = new twiliorroastclient (account syd, othetokan);
Error:
The file or assembly could not be loaded "RestSharp, version = 104.4.0.0 ..."
< / Blockquote>
You can avoid the problem by installing the correct package of RestSharp via the manager console.
Make sure you have The correct default project selected in the dropdown and type:
update-package rests-version 104.4.0.0
This should solve the problem.
Comments
Post a Comment