trying to use strong name

L

Lloyd Dupont

In my project I tryed to use strong name for some of my Assemblies but that
fails because some of my dependencies are not, themselves, strong signed.

What could I do?

1st. I could try to strong name all the assembly but some of them are
managed C++ and I didn't find how to give a strong name to these...

2nd. I'm using heaps of interop to system or custom C dll. what should I do
with these?
 
M

Mattias Sjögren

Lloyd,
1st. I could try to strong name all the assembly but some of them are
managed C++ and I didn't find how to give a strong name to these...

Use the AssemblyKeyFile or AssembyKeyName attribute, just like in
other languages.

2nd. I'm using heaps of interop to system or custom C dll. what should I do
with these?

They can't have and don't need to be strong named.


Mattias
 

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