Confusion regarding strong naming. -
05-16-2006
, 03:02 AM
Hi all,
I have one dll for which i am setting strong name in assemblyinfo
file.
I have generated strong name using sn.exe file and added reference of
that file in assembly
So my question is when i generate unique name using sn.exe and build
dll and deploy that dll on some other pc which also have dll with same
name, Is it possible that that dll is also using same strong name.
My main confusion is, can strong name generated on two different pc be
same.
Please correct me as i am not very clear about using shared assembly
and using strong naming.
Thanks in advance. |