Try OpenEdge Now
skip to main content
.NET Open Clients
Configuring and Deploying .NET Open Client Applications : Deploying a .NET Open Client application using a .NET proxy
 

Deploying a .NET Open Client application using a .NET proxy

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:
1. Install the Microsoft .NET Redistributable Framework Version 1.1 or later.
2. Copy the required files for the client application and proxy:
a. Copy the client application.
b. Copy the proxy assembly (.dll file) to the directory required by the client application.
c. Copy the OpenEdge .NET Open Client Runtime assemblies (Progress.o4glrt.dll, Progress.ssl.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.
d. 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.