Installing a dll into GAC

hi all,

somebody plz help me............Sad

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(false)];

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.
wats wrong with VC++2005 or did i have something more to install into Gac.

plz help me.
thanks in advance.

[951 byte] By [Deadman] at [2008-2-15]
# 2
thanks Daniel,Big Smile

but i Have signed the assembly with a strong name key too. Even though the same problem persists.

plz look at it.

thanks again.

regards,
DeadmanIdea

Deadman at 2007-9-9 > top of Msdn Tech,.NET Development,Common Language Runtime...
# 3
thanks Daniel,Big Smile

but i Have signed the assembly with a strong name key too. Even though the same problem persists.

plz look at it.

thanks again.

regards,
DeadmanIdea

Deadman at 2007-9-9 > top of Msdn Tech,.NET Development,Common Language Runtime...

.NET Development

Site Classified