SignTool unexpected internal error 0x80072eff

2

In our buildscripts we have to sign about 500 assemblies (*.dll, .Net if it is interesting?) with the signtool. Often it runs in this error:

1>EXEC : error information: "Error: SignerSign() failed." 
  (-2147012865/0x80072eff) [F:\Builds\7\profahr\Dev - CI\Sources\_BuildScripts\CodeSigning.proj]

1>EXEC : SignTool error : An unexpected internal error has occurred. 
  [F:\Builds\7\profahr\Dev - CI\Sources\_BuildScripts\CodeSigning.proj]

We try signing assembly by assembly AND all assemblies with placeholder *.dll. Same Problem. Approximately every fifth build process runs into an error after signing 100 to 200 assemblies. Where can I found detailed Information about this internal error?

Thanks for any useful Information Matthias

c#
.net
signtool
asked on Stack Overflow May 5, 2014 by Matthias Kramp • edited May 2, 2019 by StayOnTarget

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0