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)
LittleB