AzureSignTool icon indicating copy to clipboard operation
AzureSignTool copied to clipboard

Signing failed with error 800700C1

Open alcosml opened this issue 2 years ago • 3 comments

This error is reproducible on a DLL file after it was altered as follows:

  1. Open the DLL w/ Resource Hacker
  2. Replace the PNG resource w/ another PNG file
  3. Save & close Resource Hacker

The original file doesn't produce this error; only after altering the file will the error occur. I'm unsure if this is an issue w/ Resource Hacker or AzureSignTool.

alcosml avatar Mar 14 '23 15:03 alcosml

I'm also getting this error code '800700C1' on my Azure DevOps build pipeline, in my case the DLLs were being used by another process. image

TheOneAndOnlyMonkeyKing avatar Sep 20 '23 09:09 TheOneAndOnlyMonkeyKing

I have the same issue. Not resourcehacker modified, it's done in a Visual Studio build where we add an item to the exe's manifest to allow side by side config with our application without registration. But it's not our exe ...

wimmme avatar Oct 10 '23 13:10 wimmme

I have the same issue. There is no problem when I use a PC to sign a DLL file, but when I use a virtual machine to sign a DLL file for the same Build, it will fail

MaxZhang-becls avatar May 18 '24 03:05 MaxZhang-becls