>The referenced assembly is a .NET assembly that does not have a strong name.
>It there a way to strong name it? I DO NOT have the source code for the
>referenced third party assembly.

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Yes, but they said that had "problems" strong-naming the component. I don't
know what problems they are talking about - but I'm looking into the issue.
Thanks!
TJ
> Tony,
>
[quoted text clipped - 6 lines]
>
> Mattias
Sean Hederman - 28 Jan 2005 06:20 GMT
If you can convince them to put in the DelaySignAttribute, that would
reserve space in the assembly that you can use to sign it.
Other than that, your only real option is IL roundtripping which is a
pain...
> Yes, but they said that had "problems" strong-naming the component. I
> don't
[quoted text clipped - 16 lines]
>>
>> Mattias