|
Prev: Is that possible to call .net 2.0 com component fro .net 1.1 appl
Next: MSN Explorer version 10?
From: Greyhound on 8 Jul 2008 17:16 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 9 Jul 2008 21:08 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.
|
Pages: 1 Prev: Is that possible to call .net 2.0 com component fro .net 1.1 appl Next: MSN Explorer version 10? |