How to make a COM strong named?

A

Afshar

Hi All,
I have a COM that everytime I use tlbimp.exe to make a .NET dll from
it. I want to make it strong named, because I want other .NET dlls that
uses it be strong named. I know the regular way to make one of my *.cs
files to be strong named with using
[assembly: AssemblyKeyFileAttribute( "DBObjectUtility.snk" )]
but I don't know how to make COMs strong named.

Regards,
Afshar Mohebbi
 

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