danesparza / MailChimp.NET

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

Cannot Add to GAC #193

Open jamesjw007 opened 8 years ago

jamesjw007 commented 8 years ago

When creating an SSIS project I'm unable to use this .dll because it is not strongly signed. I can recompile it myself but it also uses ServiceStack.Text which needs to be strong signed as well.

Is it possible to change your dll for everything to be strongly signed so it can be added to the GAC when using it for projects within GAC (which requires dll's to be in the GAC)

danesparza commented 8 years ago

I would encourage you to fork and create a pull request for this and I'll review it.

jamesjw007 commented 8 years ago

I'm not very familiar with Git, I forked it but can't get it to build on my machine. I'll keep trying in my off time to get it to build, but in the mean time I think this is all that needs to be done to strong sign the assembly so it can be added to the GAC. https://msdn.microsoft.com/en-us/library/ms247123(v=vs.100).aspx