In addition to assemblies, every OpenEdge application requires an Assembly References File (assemblies.xml). You must deploy this file in the "At Startup" component to ensure proper execution of your WebClient application.

In exceptional circumstances, your OpenEdge application might use an assemblies.config file. The assemblies.config file only applies to .NET Framework applications. You must deploy this file in the "At Startup" component to ensure proper execution of your WebClient application.

For more information on these files, see the chapter on maintaining user environments in Manage ABL Applications.

Any other .NET assemblies that your application needs, can be included here. Those and your assemblies.xml file must go into the current working directory of your application. There is no support for putting them somewhere else, so you cannot specify -assemblies to specify a different directory.