"Assembly [AssemblyName] must have a shared name to be installed globally"
I am getting this error message when I try to deploy some component DLLs for my application to the Global Assembly Cache.
What is a shared name and how do i make sure my DLLs have one?