It probably is not a question for Hibernate, but I will ask it anyway, because I do not understand!
Surda-Borivoje Surdilovic once said "Ko pita ne skita".
In a class AssemblyInfo
there is a line:
[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")]
Now: of course I do not have a file like this on a disk so the code will not compile. So I delete this line and everything is OK.
Now, I am thinking, may be I should not delete it, but then WHY? And what must I do?
I read help and it says:
AssemblyKeyFileAttribute
Specifies the name of a file containing the key pair used to generate a strong name.
I DO NOT UNDERSTAND that...What is the benefit, purpose, what is the story behind it?
Thank you very much for the kind answer:)
Lp
S
|