.NET Framework
- Last Updated: September 8, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Any client machine running the GUI for .NET requires .NET Framework 4.8. The OpenEdge installer includes the option to install .NET Framework 4.8 if it is missing. Choose this option if you are going to develop or deploy GUI for .NET applications on a client machine. The installer determines if there is already an appropriate version of the framework installed before installing the version included in OpenEdge.
By default, the AVM only loads the .NET Common Language
Runtime (CLR) or .NET assemblies as the OpenEdge tools or
a running GUI for .NET application require them. This behavior
avoids wasting resources running unnecessary code. If your session
definitely requires .NET, consider using the Preload CLR (-preloadCLR)
startup parameter to force the CLR and any specified assemblies
to load at startup. For more information on -preloadCLR,
see Startup Command and
Parameter Reference.
Running a GUI for .NET application on a client machine without the .NET Framework produces the following error:
|