Rest Sharp 程序集异常
Exception with Rest Sharp Assembly
我遇到以下错误消息:
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)
转到 Nuget 包管理器并更改 Rest Sharp 的版本并安装它。问题将得到解决。
我遇到以下错误消息:
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)
转到 Nuget 包管理器并更改 Rest Sharp 的版本并安装它。问题将得到解决。