Unable to add an assembly to GAC
22.02.2007 Четверг 00:06
Got this when trying to add an assembly to the GAC using the .Net Framework configuration tool:
"Unable to add the selected assembly. The assembly must have a strong name (name, version and public key)."
When tried to use gatutil.exe got this:
"Failure adding assembly to the cache: Unknown Error"
The reason... Well, it's simple. I was trying to add a .Net 2.0 assembly to the .Net 1.1 GAC. My cold must've been giving me hard time today.