danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Strong name dll #154

Closed EmanShaker closed 9 years ago

EmanShaker commented 9 years ago

I was trying to reference the mailchimp.dll wrapper but my solution is signed, when I tried signing the wrapper it gave me error that "'ServiceStack.Text' does not have a strong name", any idea how to get a signed version?

danesparza commented 9 years ago

Great question.

I haven't tried it, but this article talks about signing 3rd party assemblies.

Also, you might want to look at this proposed solution on SO

Incidentally, it's an open source project, and you can go back to the v3 snapshot of the source to try signing the assembly yourself.

EmanShaker commented 9 years ago

Thanks a lot, I went with the last option to sign the source code.