Strong Names for assemblies with COM dlls

  • Thread starter David Parker [Visio MVP]
  • Start date
D

David Parker [Visio MVP]

I have written a vb.net COM addin for Visio 2003, and want to apply the COM
Shim Wizard. However, I need to add a strong name to my assembly first.
The problem is that my code references to non managed third party dlls. I
must be using tlbimp wrong because the interops do not end up with strong
names, and thus I cannot build my assembly with a strong name.
Is there a good description somewhere of how to do this?
 
D

David Parker [Visio MVP]

Got it!
I didn't use the /out option, so it just defaulted to the existing interop.
Thanx for listening...
 

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