Strong Named Assemblies and Non Strong Named assemblies

D

David W

Hi All

I have a third party .net assembly that I do not have the code for and it
also does not have a strong name.

I want to strongly name my assemblies but I keep getting an error saying
that the 3rd party assembly is not signed.

I have had a look at the tlbimp.exe but this looks like it only works for
ActiveX/COM componants, NOT .Net assemblies.(Unless I am typing in the wrong
commands....keep getting error not a valid type library)

Is there some compile switch or something that will not check on this 3rd
party dll for a strong name?

Thanks

David
 
D

DT

Have you tried using the assembly linker?

I notice it has a keyfile option to sign assemblies. I haven't tried this
myself though
 

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