Is it possible for an assembly to have 2 strong name files and use each one
when needed in accessing different dlls? I have created a Windows App in C#
(VS2005) and I need to reference 2 dlls, each with a different .snk file.
Thanks.

Re: Multiple .snk files by Jeff

Jeff
Wed Jul 09 20:08:15 CDT 2008

You don't need the keys to match for strong naming to work properly. If you
want the assemblies to have matching keys (perhaps for security purposes),
sign both with the same snk file.

"Greyhound" <rhill938@hotmail.com> wrote in message
news:99C53A37-1C13-4AA2-A2EA-86A867374DD7@microsoft.com...
> Is it possible for an assembly to have 2 strong name files and use each
> one
> when needed in accessing different dlls? I have created a Windows App in
> C#
> (VS2005) and I need to reference 2 dlls, each with a different .snk file.
> Thanks.