Taken from http://sadeveloper.net/forums/p/1195/5115.aspx
Saved me a lot of hassle
We’ve got a 3rd party DLL that we use (not strong named) and I wanted to add it to the GAC. Alas! Only strong named assemblies are allowed in the GAC.
I’ve been trying figure this out for almost a week… couldn’t find much help on Google , so I thought I’d share.
Well, here is [...]