CyberSource / cybersource-rest-client-dotnet

.NET client library for the CyberSource REST API
Other
19 stars 44 forks source link

Error: A strongly-named assembly is required. (Exception from HRESULT: 0x80131044) #31

Open RajeshAtGithub opened 5 years ago

RajeshAtGithub commented 5 years ago

We use CyberSource in our software as a payment processor. Our assemblies are all signed. Our solution is unable to make the API calls to CyberSource to the newly provided dlls because they are not signed. The errors/Exception is detailed below along with screenshots.

Could not load file or assembly 'cybersource-rest-client-dotnet, Version=0.0.0.7, Culture=neutral, PublicKeyToken=null' or one of its dependencies into strongly named projects (C#). Seems like I need a signed dll to fix this, else my project throws an error as in attached screenshot. image

I tried signing the solution provided in the GitHub (cybersource-rest-client-dotnet) to see if my code updates to the new API calls would work, but then it failed again because a dll (AuthenticationSdk, Version=0.0.0.4) was not signed (screenshot attached) image.

Hope to get a quick resolution to this issue.

Thanks,

Raj

snavinch commented 4 years ago

This issue has been fixed, The SDKs have been signed.