Using dnSpy assembly editor I modified a copyrighted IBM assembly (DLL). I fixed a bug in the source code. After compiling the code back to a DLL, I tried to install it into the GAC.
But during this, InstallAssembly
threw the following error:
InstallAssembly failed with error -2146234299
Anyone knows what this means? Thanks for any help!
EDIT
On learn.microsoft.com I can see that -2146234299
means FusionErrorSignatureCheckFailed
. So it is not possible for me to modify the DLL?