Generating same publickeytoken - even with different snk

K

kplkumar

This problem is really weird,

I generated a stong name key called myKey1.snk and signed my dll and
installed it to GAC. The public key token was something like
e36633e879d21f40 on my machine but different on my collegue's machine,
although he is using the same myKey1.snk

Then I tried creating another snk called mKey2.snk and signed my dll
and installed it to GAC. But the publickeytoken is still
e36633e879d21f40 on my machine but different on my collegue's machine.

How come it always generates the same publickeytoken on my machine even
though the snk is different?
Also how come other machines create a different publickeytoken for the
same snk file, when my machine just sticks to the same one all the
time??

Help would be appreciated. Thanks in advance.
 
G

Guest

When I generate two snk files their public key tokens are different. Many
you can detail how you're creating these snk files and how you're signing the
two assemblies with them?
 

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