Troubleshoot loading of .NET
- Last Updated: May 15, 2025
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To troubleshoot any issues around runtime, framework, and assembly resolution, you can enable host tracing.
For example, set these environment variables:
See https://github.com/dotnet/runtime/blob/main/docs/design/features/host-tracing.md for more information.
export COREHOST_TRACE=1export COREHOST_TRACEFILE=corehost.logexport COREHOST_TRACE_VERBOSITY=4
|