Reputation: 81
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
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
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