Exception with Rest Sharp Assembly

0

I'm encountering the following error message:

Error Message : threw exception: 
System.IO.FileLoadException: Could not load file or assembly 'RestSharp, Version=106.6.10.0, Culture=neutral, PublicKeyToken=598062e77f915f75' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
c#
.net
restsharp
asked on Stack Overflow Nov 18, 2019 by Suresh Bikki • edited Nov 18, 2019 by UkraineInTheMembrane

1 Answer

0

Go to Nuget Package Manager and Change the version of Rest Sharp and install it. The issue will be resolved.

answered on Stack Overflow Nov 18, 2019 by Muhammad Aftab

User contributions licensed under CC BY-SA 3.0