MailChimp.NET icon indicating copy to clipboard operation
MailChimp.NET copied to clipboard

Cannot Add to GAC

Open jamesjw007 opened this issue 9 years ago • 2 comments

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)

jamesjw007 avatar Apr 26 '16 16:04 jamesjw007

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

danesparza avatar Apr 26 '16 19:04 danesparza

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

jamesjw007 avatar Apr 26 '16 20:04 jamesjw007