Hi @jaxon_r,
The Hexnode Agent installer for Windows includes the required runtime components during installation, so you do not usually need to manually download or pre-install a separate .NET runtime package for the agent to deploy successfully. For reference, the Hexnode Windows Agent generally requires .NET Framework 4.7.1 or later.
For the crash entry you mentioned, exception code “e0434352” usually indicates a .NET-related exception. The Application Error entry that lists “HexnodeAgent.exe”, “KERNELBASE.dll”, and the exception code is only part of the information. To troubleshoot further:
- Run the Microsoft .NET Framework Repair Tool.
- Restart the Windows device.
- Open Event Viewer using eventvwr.msc.
- Go to Windows Logs > Application.
- Check for a
.NET Runtime error at the exact same timestamp as the Application Error entry.
The .NET Runtime event usually contains the stack trace, which is what identifies the actual cause of the crash, such as a missing file, permission issue, or another runtime exception.
Regards,
Sienna Carter
Hexnode UEM