Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RestSharp strong name is not working

My application requirement is to use Signed assembly. I signed RestSharp assembly using Visual Studio 2012 command tool. The application builds successfully, but when it runs, the following error appears:

Could not load file or assembly 'RestSharp, Version=104.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

Is there any solution to this?

like image 403
Raja Shahid Avatar asked Dec 03 '25 11:12

Raja Shahid


1 Answers

Just a remind, There is signed version of RestSharp(RestSharpSigned) in Nuget.

like image 182
Liang Avatar answered Dec 07 '25 17:12

Liang