4 dll's : Strong name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Can any one help me on this issue

I use 4 dll's in my .NET app. How will i create a strong name for all these 4 dlls and register it with the GAC.

Help please.

regards
V.Boomess
 
You will need to use "sn.exe" to create the strong name key pair. Refer to: http://msdn.microsoft.com/library/d...airforuseincreatingstrongly-namedassembly.asp

To sign them, follow: http://msdn.microsoft.com/library/d...ide/html/cpconassigningassemblystrongname.asp

Then to install into the GAC, follow: http://msdn.microsoft.com/library/d...ide/html/cpconassigningassemblystrongname.asp

Matt Hawley, MCAD .NET http://www.eworldui.net Hi , Can any one help me on this issue? I use 4 dll's in my .NET app. How will i create a strong name for all these 4 dlls and register it with the GAC. Help please. regards, V.Boomessh
 
Back
Top