How to make a COM strong named?

  • Thread starter Thread starter Afshar
  • Start date Start date
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
 
Back
Top