How can I sign a managed C ++ dll with a .pfx file ??
Or is there a way to include the unsigned managed C ++ dll in a signed C # project? I really don't need a signed dll I just need VS to stop giving me an error. "SlimDX assembly reference does not have a strong name." in my C # project that needs to be signed.
source
share