How to make assemply unique.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,

Can anyone tell me how to make assemply unique? Is it using key?

thanks in advance.
 
Hi,

You can strong name an assembly with a key, making it unique. The process
involves creating key files using SN.exe, and referring to this file when
building the assembly. Using Visual Studio 2005, you can also use the
Signing Tab in the project properties for strong naming the assembly.

Information on how to sign an assembly can be found on

http://msdn2.microsoft.com/en-us/library/ms247123(VS.80).aspx

How to manually create a key pair

http://msdn2.microsoft.com/en-us/library/ms247123(VS.80).aspx
 

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

Back
Top