Hello everyone,
I’m experiencing an issue with CxLogon in a test environment without a domain. (Windows 11 Machine with Net Framework installed)
I’d like to check with you whether I did something wrong or if there’s a prerequisite needed to resolve this issue.
After installing CxLogon and confirming that nothing was generated in the Login Request tab, I checked the Windows logs and found errors related to the application.
The following information appears:
Event 1000, Application Error:
And after this error, the following one is displayed:
Event 1026, .NET Runtime
I’m experiencing an issue with CxLogon in a test environment without a domain. (Windows 11 Machine with Net Framework installed)
I’d like to check with you whether I did something wrong or if there’s a prerequisite needed to resolve this issue.
After installing CxLogon and confirming that nothing was generated in the Login Request tab, I checked the Windows logs and found errors related to the application.
The following information appears:
Event 1000, Application Error:
Code:
Faulting application name: cxlogon.exe, version: 1.0.2.0, timestamp: 0x68328049 Faulting module name: KERNELBASE.dll, version: 10.0.26100.3775, timestamp: 0x6e2fc3bb Exception code: 0xe0434352 Fault offset: 0x00000000000c933a Faulting process ID: 0xD08 Faulting application start time: 0x1DBF4405AE99910 Faulting application path: C:\Program Files (x86)\Jahastech\CxLogon\cxlogon.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report ID: e6528abd-4992-4dd4-8751-d10acd8ddd3e Faulting package full name: Faulting package-relative application ID:
Event 1026, .NET Runtime
Code:
Application: cxlogon.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Information: System.InvalidOperationException at a.Main(System.String[])
Comment