[GH-ISSUE #80] .NET requirements #61

Closed
opened 2026-02-26 10:35:31 +03:00 by kerem · 2 comments
Owner

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

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
kerem 2026-02-26 10:35:31 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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).

<!-- gh-comment-id:84362527 --> @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).
Author
Owner

@hutch85 commented on GitHub (Mar 23, 2015):

Thanks Alex!

<!-- gh-comment-id:85111851 --> @hutch85 commented on GitHub (Mar 23, 2015): Thanks Alex!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dkim-exchange-Pro#61
No description provided.