From: Greyhound on
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.
From: Jeff Winn on
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(a)hotmail.com> wrote in message
news:99C53A37-1C13-4AA2-A2EA-86A867374DD7(a)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.