sign assembly

B

Boni

Dear all,
I use 3-d party assembly in my project. This assembly is not signed. Now I
added to my project a AssemblyKeyFileAttributefor my assebly.As the result
of that, I get a error:
error BC30145: Unable to emit assembly: Referenced assembly 'Interop.XXXX'
does not have a strong name

Is there any solution for that?

Thanks, Boni
 
M

Mattias Sjögren

Is there any solution for that?

Ask the assembly vendor if they can provide a signed assembly (it
looks like it's an interop assembly so ask for a PIA).



Mattias
 
G

Guest

Generate a .snk key file and in project properties, set the Wrapper Assembly
Key file to the .snk file you just created.
This will sign the Interop dll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top