Deploy a .NET Open Client application using a .NET proxy
- Last Updated: July 24, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To deploy a client application that uses a .NET proxy, you must first perform certain steps on the system where you plan to run the application.
To deploy a client application that uses a .NET proxy:
- Install the Microsoft .NET Redistributable Framework Version 4.8 or later.
- Copy the required files for the client application and proxy:
- Copy the client application.
- Copy the proxy assembly (.dll file) to the directory required by the client application.
- Copy the OpenEdge .NET Open Client Runtime assemblies (Progress.o4glrt.dll and Progress.Messages.dll) and the message resource files from the ProxyGen
output directory to the directory required by the client application or, if the
assemblies are strong-named, you can install them into the .NET Global Assembly
Cache.Note: The Global Assembly Cache is only for .NET Framework. For .NET applications, the open client runtime assemblies should be deployed into the application deployment directory.
- Run your .NET Open Client application as designed.
Note: Alternately, you can follow Microsoft's .NET deployment model. For information, see the Microsoft Visual Studio help.