Bradders
Bradders

Reputation: 81

Strong Name for DocuSign.eSign.dll

I am trying to implement DocuSign within C# using the SDK DocuSign.eSign.dll. I need to sign the final assembly and is moaning about the Docusign assembly not being signed.

I have tried various methods of signing the dll

  1. StrongNameSigner project
  2. Using ildasm and ilasm

They appear to work, however when the code is run in debug mode as soon as any DocuSign.eSign member method is executed an exception is thrown.

Any help or advice would be appreciated.

Upvotes: 1

Views: 112

Answers (1)

Naveen Gopala
Naveen Gopala

Reputation: 71

@Bradders, what version of DocuSign.eSign are you using?

You should be using v2.0.1 which is a signed package that was published on March 7, 2016.

Let me know if that helps.

Upvotes: 3

Related Questions