Multiple .snk files

G

Greyhound

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.
 
J

Jeff Winn

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top