mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #101] "Configuration.DkimSigner.exe is not a valid Win32 application" error in Windows Server 2003 #80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @obramin on GitHub (Oct 12, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/101
Archive is ok, file not locked, but i can't execute it. =(

@Pro commented on GitHub (Oct 12, 2015):
Honestly I never tried it on a Windows Server 2003 and since it's a quite old OS (support ended in July 2015) it's not supported by this signer.
The problem here is that the app is compiled for 64 bit and you installed a 32 bit windows which won't work.
You can try the manual installation, maybe that works? (see https://github.com/Pro/dkim-exchange#manual-install and https://github.com/Pro/dkim-exchange#manual-configuration)
@obramin commented on GitHub (Oct 25, 2015):
OS version is 64-bit =(

@AlexLaroche commented on GitHub (Oct 27, 2015):
Windows Server 2003 doesn't support .NET 4.5.
Windows Server 2003 only support .NET 4.0.
Reference : https://msdn.microsoft.com/en-us/library/bb822049(v=vs.110).aspx
The configuration tool need .NET 4.5.
The signer need .NET 2.0 or .NET 4.0. (see documentation for more details)
You could manually install the DKIM Signer agent.