Strong name a 3rd party Interop DLL
Posted
by mauro.dec
on Stack Overflow
See other posts from Stack Overflow
or by mauro.dec
Published on 2010-01-27T17:02:08Z
Indexed on
2010/06/17
5:03 UTC
Read the original article
Hit count: 396
Hello! I have a 3rd party library I need to use. this library however, is not signed, so I used Signer to strong name it. One of its dependencies is an Interop library (also provided by the 3rd party) which I cannot sign since it seems to have unmanaged code. At runtime, when the 3rd party code needs to load the Interop library it fails to do so for not being signed.
In short, Is there a way for me to sign a 3rd party Interop DLL?
I've done a lot of searching but still couldn't find a solution.
© Stack Overflow or respective owner