how can I make my dll strong name by using Visual Studio 2005 Express?

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi,

I write a simple dll in C# using Visual Studio 2005 Express,
how can I make my dll strong name? (so I can put it into Global Assembly
Cache)

Ben
 
you will need to use the strong name utility sn.exe that ships with the
framework. It is a command line unity that will do the job, VS does not take
part in it.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 
Back
Top