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.

Enter image details here

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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -