strong name key has the wrong size
tpatke
Posts: 10 Bronze 2
I am trying to build an assembly with a code signing certificate from GoDaddy. When I do so, I get the following error:
What's that about? :-) How can I change the key size?
Cheers,
Toby
What's that about? :-) How can I change the key size?
Cheers,
Toby
Comments
The issue occurred in version 5.0 if you have any of the protection features that use compression ('resource compression and encryption', 'error reporting', or 'string compression and encryption') and tried to sign your assembly with a strong name key with a key size of more than 128 bytes.
It will be fixed in the forthcoming update.
I'll PM you with a temporary patch to fix the issue.