mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #80] .NET requirements #61
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 @hutch85 on GitHub (Mar 20, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/80
This is just more of an FYI; I went to install the latest version on Exchange 2010 SP3 and the installer says it needs .NET v4.5 installed. Not a big deal but the Supported Versions section says .NET 3.5 for 2010 :-)
Thanks,
Mike
@AlexLaroche commented on GitHub (Mar 21, 2015):
The .dll (Exchange DKIM Signer) is compiled for .NET 3.5 (Exchange 2007 and 2010) or .NET 4 (Exchange 2013)
The .exe (Configuration DKIM Signer) is compiled for .NET 4.5.
It's possible to don't install .NET 4.5 but you will have to manually install (powershell script: install.ps1) and configure the Exchange DKIM Signer (Edit with an editor .dll.config).
@hutch85 commented on GitHub (Mar 23, 2015):
Thanks Alex!