I've been looking around, and can't find a direct answer for this anywhere. Pretty much, I have a program that runs fine in debug and I'm ready to publish it. I have one problem though. My friend gave me a custom API (.dll) to use, and now I get the following error when trying to publish:
Error 1 Assembly generation failed -- Referenced assembly 'CustomAPI' does not have a strong name
In short, how do I give it a "strong name"?