Hi,

I am trying to use a managed dll (does not have a strong name) in my app/dll
which is signed. I get an error "Referenced assembly does not have a strong
name".

i tried using the tlbimp.exe to create a wrapper dll which has a strong name
but get the error "TlbImp : error TI0000 : The input file 'xyz.dll' is not a
valid type library.".

Any ideas on how i can do this? is there an equivalent of the project
property "Wrapper Assembly Key file in VS.Net" which i can use in VS2005.

Thanks,

- SA