Try OpenEdge Now
skip to main content
Managing ABL Applications
Deployment Considerations : Initial Deployment : Deploying OpenEdge GUI for .NET applications : Creating an assemblies directory
 
Creating an assemblies directory
An assembly is a .NET library or collection of classes. By default, .NET would look for all assemblies used by a GUI for .NET application in the OpenEdge-install-dir/bin directory. However, your applications should not install files in the OpenEdge-install-dir/bin directory.
Instead, GUI for .NET applications have an assemblies directory that contains the assemblies and the related configuration files. By default, the assemblies directory is the session's working directory. However, you can use the Assemblies (-assemblies) startup parameter to specify a different assemblies directory. For more information on -assemblies, see OpenEdge Deployment: Startup Command and Parameter Reference.