Closed antoninn closed 3 years ago
That's the correct build # for CU20.
But I am unable to install DKIM Signer on 15.1.2242.4, check supported versions here: https://github.com/Pro/dkim-exchange/wiki/Supported-Versions, it contains build 2242.2 for Exchange 2016 CU20. So from this point of view 15.1.2242.4 is unsupported version:
Exchange 2016 | CU20 | 15.1.2242.2 | 4.0
That's just a typo - 15.1.2242.4 is referenced in the code (check src\Configuration.DkimSigner\constants.cs).
Hi i have problem with latest release on winserver 2019 core with exchange 2019 cu9 when i try to generate key it throws this error
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
** Exception Text ** System.Runtime.InteropServices.COMException (0x80040111): Creating an instance of the COM component with CLSID {DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7} from the IClassFactory failed due to the following error: 80040111 ClassFactory cannot supply requested class (Exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE)). at System.Windows.Forms.OpenFileDialog.CreateVistaDialog() at System.Windows.Forms.FileDialog.RunDialogVista(IntPtr hWndOwner) at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner) at Configuration.DkimSigner.MainWindow.btDomainKeySelect_Click(Object sender, EventArgs e) in C:\Users\jonathan.thomson.001\Documents\GitHub\dkim-exchange\Src\Configuration.DkimSigner\MainWindow.cs:line 971 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
** JIT Debugging ** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Howdy,
Install the Server Core App Compatibility FOD. Instructions here: https://docs.microsoft.com/en-us/windows-server/get-started-19/install-fod-19
The other approach is to run DKIM Exchange on a Windows 10 system, generate the key, then copy over the contents of the keys folder to %PROGRAMFILES%\Exchange DkimSigner\keys
On Tue, 27 Apr 2021 at 23:15, osozu @.***> wrote:
Hi i have problem with latest release on server 2019 core when i try to generate key it throws this error See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
** Exception Text ** System.Runtime.InteropServices.COMException (0x80040111): Creating an instance of the COM component with CLSID {DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7} from the IClassFactory failed due to the following error: 80040111 ClassFactory cannot supply requested class (Exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE)). at System.Windows.Forms.OpenFileDialog.CreateVistaDialog() at System.Windows.Forms.FileDialog.RunDialogVista(IntPtr hWndOwner) at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner) at Configuration.DkimSigner.MainWindow.btDomainKeySelect_Click(Object sender, EventArgs e) in C:\Users\jonathan.thomson.001\Documents\GitHub\dkim-exchange\Src\Configuration.DkimSigner\MainWindow.cs:line 971 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ** Loaded Assemblies ** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll Configuration.DkimSigner Assembly Version: 3.3.2.0 Win32 Version: 3.3.2 CodeBase: file:///C:/Program%20Files/Exchange%20DkimSigner/Configuration.DkimSigner.exe System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0b77a5c561934e089/System.Windows.Forms.dll System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0b77a5c561934e089/System.dll System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0b03f5f7f11d50a3a/System.Drawing.dll System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0b03f5f7f11d50a3a/System.Configuration.dll System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0b77a5c561934e089/System.Core.dll System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0b77a5c561934e089/System.Xml.dll System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0b77a5c561934e089/System.Runtime.Serialization.dll System.ServiceProcess Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0b03f5f7f11d50a3a/System.ServiceProcess.dll System.Management.Automation Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.1852 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management.Automation/v4.0_3.0.0.031bf3856ad364e35/System.Management.Automation.dll Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0b77a5c561934e089/System.Xml.dll Microsoft.PowerShell.Commands.Diagnostics Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Diagnostics/v4.0_3.0.0.031bf3856ad364e35/Microsoft.PowerShell.Commands.Diagnostics.dll System.Configuration.Install Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0b03f5f7f11d50a3a/System.Configuration.Install.dll Microsoft.PowerShell.ConsoleHost Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.ConsoleHost/v4.0_3.0.0.031bf3856ad364e35/Microsoft.PowerShell.ConsoleHost.dll Microsoft.PowerShell.Commands.Utility Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.1757 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Utility/v4.0_3.0.0.031bf3856ad364e35/Microsoft.PowerShell.Commands.Utility.dll Microsoft.PowerShell.Commands.Management Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Commands.Management/v4.0_3.0.0.031bf3856ad364e35/Microsoft.PowerShell.Commands.Management.dll Microsoft.Management.Infrastructure Assembly Version: 1.0.0.0 Win32 Version: 10.0.17763.1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Management.Infrastructure/v4.0_1.0.0.031bf3856ad364e35/Microsoft.Management.Infrastructure.dll Microsoft.PowerShell.Security Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.PowerShell.Security/v4.0_3.0.0.031bf3856ad364e35/Microsoft.PowerShell.Security.dll Microsoft.WSMan.Management Assembly Version: 3.0.0.0 Win32 Version: 10.0.17763.348 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.WSMan.Management/v4.0_3.0.0.031bf3856ad364e35/Microsoft.WSMan.Management.dll System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0b77a5c561934e089/System.Data.dll System.Management Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0b03f5f7f11d50a3a/System.Management.dll System.DirectoryServices Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.DirectoryServices/v4.0_4.0.0.0b03f5f7f11d50a3a/System.DirectoryServices.dll Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0b77a5c561934e089/mscorlib.dll System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0b77a5c561934e089/System.Numerics.dll System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll SMDiagnostics Assembly Version: 4.0.0.0 Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0b77a5c561934e089/SMDiagnostics.dll System.ServiceModel.Internals Assembly Version: 4.0.0.0 Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.031bf3856ad364e35/System.ServiceModel.Internals.dll Microsoft.Exchange.PowerShell.Configuration Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.PowerShell.Configuration.dll Microsoft.Exchange.Data.Directory Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.Directory.DLL Microsoft.Exchange.Diagnostics Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Diagnostics.DLL Microsoft.Exchange.Data Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.DLL Microsoft.Exchange.Net Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Net.DLL Microsoft.Exchange.Common Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Common.DLL Microsoft.Exchange.Data.Common Assembly Version: 15.2.854.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Exchange.Data.Common/v4.0_15.2.854.031bf3856ad364e35/Microsoft.Exchange.Data.Common.dll System.Web Assembly Version: 4.0.0.0 Win32 Version: 4.8.4330.0 built by: NET48REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0b03f5f7f11d50a3a/System.Web.dll Microsoft.Exchange.Management.Transport Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.Transport.DLL Microsoft.Exchange.Configuration.ObjectModel Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Configuration.ObjectModel.DLL Microsoft.Exchange.Management.Recipient Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.Recipient.DLL Microsoft.Exchange.Management Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.DLL Microsoft.Exchange.Data.Transport Assembly Version: 15.2.854.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Exchange.Data.Transport/v4.0_15.2.854.031bf3856ad364e35/Microsoft.Exchange.Data.Transport.dll Microsoft.Exchange.Transport.Logging.Search Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Transport.Logging.Search.DLL Microsoft.Exchange.Management.Powershell.Support Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.Powershell.Support.DLL Microsoft.Exchange.Rules.Common Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Rules.Common.DLL Microsoft.Exchange.MessagingPolicies.Rules Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.MessagingPolicies.Rules.DLL Microsoft.Exchange.Management.Provisioning Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.Provisioning.DLL Microsoft.Exchange.MessageSecurity Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.MessageSecurity.DLL Microsoft.Exchange.StoreProvider Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.StoreProvider.DLL Microsoft.Exchange.Management.Mobility Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.Mobility.DLL Microsoft.Exchange.Data.Storage Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.Storage.DLL Microsoft.Exchange.Management.Migration Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.Migration.DLL Microsoft.Exchange.MailboxReplicationService.Common Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.MailboxReplicationService.Common.DLL Microsoft.Exchange.Migration Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Migration.DLL Microsoft.Exchange.Data.MailboxLoadBalance Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.MailboxLoadBalance.DLL Microsoft.Exchange.Data.Mapi Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.Mapi.DLL Microsoft.Exchange.Compliance.TaskDistributionCommon Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Compliance.TaskDistributionCommon.DLL Microsoft.Exchange.Data.ApplicationLogic Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.ApplicationLogic.DLL Microsoft.Office.CompliancePolicy.Platform Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Office.CompliancePolicy.Platform.DLL Microsoft.Exchange.Data.StoreObjects Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.StoreObjects.DLL Microsoft.Exchange.Transport.Sync.Common Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Transport.Sync.Common.DLL Microsoft.Exchange.Data.Providers Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Data.Providers.DLL System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0b77a5c561934e089/System.Xml.Linq.dll Microsoft.Exchange.Transport.Agent.InterceptorAgent Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Transport.Agent.InterceptorAgent.DLL Microsoft.Exchange.Transport.Agent.AntiSpam.Common Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Transport.Agent.AntiSpam.Common.DLL Microsoft.Exchange.PswsClient Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.PswsClient.DLL Microsoft.Exchange.Management.CompliancePolicy Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Management.CompliancePolicy.DLL Microsoft.Exchange.Configuration.RedirectionModule Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Configuration.RedirectionModule.DLL Microsoft.Exchange.WorkloadManagement Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.WorkloadManagement.DLL Microsoft.Exchange.Sqm Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Sqm.DLL Microsoft.Exchange.Configuration.Core Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Configuration.Core.DLL Microsoft.Exchange.VariantConfiguration.ExCore Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.VariantConfiguration.ExCore.DLL Microsoft.Exchange.VariantConfiguration.Core Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.VariantConfiguration.Core.DLL Microsoft.Search.Platform.Parallax Assembly Version: 3.3.0.0 Win32 Version: 3.3.4.0 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Search.Platform.Parallax.DLL Microsoft.Exchange.VariantConfiguration Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.VariantConfiguration.dll Microsoft.PowerShell.HostingTools Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.PowerShell.HostingTools.DLL Microsoft.Exchange.Configuration.ObjectModel.resources Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.002 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/en/Microsoft.Exchange.Configuration.ObjectModel.resources.DLL Microsoft.Exchange.Data.resources Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.002 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/en/Microsoft.Exchange.Data.resources.DLL Microsoft.Exchange.Common.Directory.DirectoryVariantConfig Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Common.Directory.DirectoryVariantConfig.DLL System.Runtime.Caching Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0b03f5f7f11d50a3a/System.Runtime.Caching.dll Microsoft.Exchange.Extensibility.Internal Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Extensibility.Internal.DLL Microsoft.Exchange.Transport.Flighting Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/Bin/Microsoft.Exchange.Transport.Flighting.dll Microsoft.Exchange.Common.ComponentConfig.Transport Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/Bin/Microsoft.Exchange.Common.ComponentConfig.Transport.DLL BouncyCastle Assembly Version: 1.8.1.0 Win32 Version: 1.8.15362.1 CodeBase: file:///C:/Program%20Files/Exchange%20DkimSigner/BouncyCastle.DLL Microsoft.Exchange.Core.TimeZone Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Core.TimeZone.DLL Microsoft.Exchange.Compliance Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Compliance.DLL Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0b77a5c561934e089/System.Xml.dll Microsoft.Exchange.Core.TimeZone.resources Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.002 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/en/Microsoft.Exchange.Core.TimeZone.resources.DLL System.DirectoryServices.Protocols Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.DirectoryServices.Protocols/v4.0_4.0.0.0b03f5f7f11d50a3a/System.DirectoryServices.Protocols.dll Microsoft.CSharp Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0b03f5f7f11d50a3a/Microsoft.CSharp.dll Microsoft.Exchange.ProvisioningAgent Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.010 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/Bin/CmdletExtensionAgents/Microsoft.Exchange.ProvisioningAgent.dll Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0b77a5c561934e089/System.Xml.dll Microsoft.Exchange.VariantConfiguration.GlobalSettings Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.VariantConfiguration.GlobalSettings.DLL Microsoft.GeneratedCode Assembly Version: 1.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll Microsoft.Exchange.Transport.Extensibility Assembly Version: 15.0.0.0 Win32 Version: 15.02.0858.009 CodeBase: file:///C:/Program%20Files/Microsoft/Exchange%20Server/V15/bin/Microsoft.Exchange.Transport.Extensibility.DLL
** JIT Debugging ** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Pro/dkim-exchange/issues/335#issuecomment-827597765, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEHYXOP5OTMSDAICHPNHDLTK22HJANCNFSM423ADKYQ .
-- Regards, Chris Knight
HI stryqx I have installed FOD and it doesnt help, I have generate keys and copy to exchange and also selection of keys throw same error, and when I simply put domain info and save domain it gives me No RSA pub key found: C:\Program Files\Exchange DkimSigner\keys
but keys are there
Hmm what else to try?
edit: Ihave copy config from windows 10 and it load it fine on server, but there is bug, program generates public keys with file name domain.com.pub but in gui it is marked as private key, i have to rename files and then it load corect private key
Howdy,
OK, finally got around to trying this on my Server Core install and received exactly the same error message. The following link discusses this problem and provides a programmatic fix (NoExplorerForGetFileName shim) and a systems administrator fix (using Application Compatibility Toolkit to modify sysmain.sdb): https://social.technet.microsoft.com/Forums/en-US/f9f1f6f1-960a-4ddf-94d4-86b7ce3796bb/file-browse-function-on-servercore
The programmatic fix would be best, but I'm not currently in a position to come up with a patch. The other approach is to run and fully configure Exchange DKIM Signer on a full GUI install, then copy the Keys folder and settings.xml to the Server Core install - I simply copied these from my Exchange Server 2013 server when I migrated to Exchange Server 2019 on Server Core 2019. If you already have the keys, copy them to the Keys folder then directly edit the settings.xml file. Here's an example file for the domain test.com with a selector of sel2021 and a private key file of test.com.pem. You should be able to adjust the other settings via Configuration.DkimSigner.exe.
<?xml version="1.0" encoding="utf-8"?>
On Wed, 28 Apr 2021 at 19:10, osozu @.***> wrote:
HI stryqx I have installed FOD and it doesnt help, I have generate keys and copy to exchange and also selection of keys throw same error, and when I simply put domain info and save domain it gives me No RSA pub key found: C:\Program Files\Exchange DkimSigner\keys but keys are there Hmm what else to try?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Pro/dkim-exchange/issues/335#issuecomment-828291388, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEHYXLHJKF2UIFRHT2OGZ3TK7GHZANCNFSM423ADKYQ .
-- Regards, Chris Knight
That's just a typo - 15.1.2242.4 is referenced in the code (check src\Configuration.DkimSigner\constants.cs).
what about the more recent 15.1.2242.10? there are april and may updates for CU20...
That's just a typo - 15.1.2242.4 is referenced in the code (check src\Configuration.DkimSigner\constants.cs).
what about the more recent 15.1.2242.10? there are april and may updates for CU20...
I only release major build releases so the next update will be CU21.
That's just a typo - 15.1.2242.4 is referenced in the code (check src\Configuration.DkimSigner\constants.cs).
what about the more recent 15.1.2242.10? there are april and may updates for CU20...
I only release major build releases so the next update will be CU21.
but will it work/will I be able to install?
That's just a typo - 15.1.2242.4 is referenced in the code (check src\Configuration.DkimSigner\constants.cs).
what about the more recent 15.1.2242.10? there are april and may updates for CU20...
I only release major build releases so the next update will be CU21.
but will it work/will I be able to install?
The installer doesn’t consider the last part of the build number (the .10 in this case) so yes, it will install and work fine.
v3.3.2 is stable now and supports all EX2019 and EX2016 CU's to date. Closing.
Hello, I have installed fresh new Exchange 2016 server with CU20 and its build is 15.1.2242.4