Installing a dll into GAC
somebody plz help me............![]()
i have to install a dll which i build in VC++2005 into GAC but fail to do so.
when i run gacutil from command line,
it says
Failure adding assembly to the cache: Strong name signature could not be verified. Was the assmbly built delay-signed?.but i built the dll by [assembly:AssemblyDelaySignAttribute( and if i drag & drop the assembly into GAC , it says the check of the signature failed for assembly 'myfont.dll'.but when i build the same thing in VC++2003 it works fine. plz help me.
wats wrong with VC++2005 or did i have something more to install into Gac.
thanks in advance.

